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 436225a commit 2012c23Copy full SHA for 2012c23
CHANGELOG.txt
@@ -1,6 +1,12 @@
1
Notable Changes in OpenSlide Python
2
===================================
3
4
+Version 1.1.2, 2020-09-13
5
+ * Fix install with setuptools >= 46
6
+ * Fix ImportError with Python 3.9
7
+ * Fix docs build with Sphinx 2.x
8
+ * Remove --without-performance install option
9
+
10
Version 1.1.1, 2016-06-11
11
* Change default Deep Zoom tile size to 254 pixels
12
* Fix image reading with Pillow 3.x when installed --without-performance
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.1.1'
+__version__ = u'1.1.2'
0 commit comments