Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert committed Sep 14, 2020
1 parent 436225a commit 2012c23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Notable Changes in OpenSlide Python
===================================

Version 1.1.2, 2020-09-13
* Fix install with setuptools >= 46
* Fix ImportError with Python 3.9
* Fix docs build with Sphinx 2.x
* Remove --without-performance install option

Version 1.1.1, 2016-06-11
* Change default Deep Zoom tile size to 254 pixels
* Fix image reading with Pillow 3.x when installed --without-performance
Expand Down
2 changes: 1 addition & 1 deletion openslide/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
This module is an implementation detail. The package version should be
obtained from openslide.__version__."""

__version__ = u'1.1.1'
__version__ = u'1.1.2'

0 comments on commit 2012c23

Please sign in to comment.