Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert committed Jun 12, 2016
1 parent 1a41104 commit 5467d7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Notable Changes in OpenSlide Python
===================================

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
* Fix reading >= 2**29 pixels per call --without-performance
* Fix some "unclosed file" ResourceWarnings on Python 3
* Improve object reprs
* Add test suite
* examples: Drop support for Internet Explorer < 9

Version 1.1.0, 2015-04-20
* Improve pixel read performance using optional extension module
* examples: Add scale bar via OpenSeadragonScalebar plugin
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.0'
__version__ = u'1.1.1'

0 comments on commit 5467d7c

Please sign in to comment.