Skip to content

Commit 6d6c136

Browse files
committed
Update for release
1 parent 7591b6f commit 6d6c136

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Notable Changes in OpenSlide Python
22
===================================
33

4+
Version 0.5.1, 2014-01-26
5+
* Fix breakage on Python 2.6
6+
* examples: Fix tile server breakage on classic PIL
7+
48
Version 0.5.0, 2014-01-25
59
* Require OpenSlide 3.4.0
610
* Support Python 3

openslide/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
This module is an implementation detail. The package version should be
2323
obtained from openslide.__version__."""
2424

25-
__version__ = u'0.5.0'
25+
__version__ = u'0.5.1'

0 commit comments

Comments
 (0)