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 381c97b commit c7edbacCopy full SHA for c7edbac
CHANGELOG.txt
@@ -1,6 +1,9 @@
1
Notable Changes in OpenSlide Python
2
===================================
3
4
+Version 1.0.1, 2014-03-09
5
+ * Fix documentation build breakage
6
+
7
Version 1.0.0, 2014-03-09
8
* Add documentation
9
* Switch from distutils to setuptools
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'1.0.0'
+__version__ = u'1.0.1'
0 commit comments