Skip to content

Commit 2012c23

Browse files
committed
Update for release
1 parent 436225a commit 2012c23

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.txt

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

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+
410
Version 1.1.1, 2016-06-11
511
* Change default Deep Zoom tile size to 254 pixels
612
* Fix image reading with Pillow 3.x when installed --without-performance

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'1.1.1'
25+
__version__ = u'1.1.2'

0 commit comments

Comments
 (0)