We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7591b6f commit 6d6c136Copy full SHA for 6d6c136
CHANGELOG.txt
@@ -1,6 +1,10 @@
1
Notable Changes in OpenSlide Python
2
===================================
3
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
+
8
Version 0.5.0, 2014-01-25
9
* Require OpenSlide 3.4.0
10
* Support Python 3
openslide/_version.py
@@ -22,4 +22,4 @@
22
This module is an implementation detail. The package version should be
23
obtained from openslide.__version__."""
24
25
-__version__ = u'0.5.0'
+__version__ = u'0.5.1'
0 commit comments