Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert committed Jan 27, 2014
1 parent 7591b6f commit 6d6c136
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Notable Changes in OpenSlide Python
===================================

Version 0.5.1, 2014-01-26
* Fix breakage on Python 2.6
* examples: Fix tile server breakage on classic PIL

Version 0.5.0, 2014-01-25
* Require OpenSlide 3.4.0
* Support Python 3
Expand Down
2 changes: 1 addition & 1 deletion openslide/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
This module is an implementation detail. The package version should be
obtained from openslide.__version__."""

__version__ = u'0.5.0'
__version__ = u'0.5.1'

0 comments on commit 6d6c136

Please sign in to comment.