Permalink
Browse files

Update for release

  • Loading branch information...
1 parent 1a41104 commit 5467d7c14e881114e2b7f4ef951b77a702ab4bcb @bgilbert bgilbert committed Jun 12, 2016
Showing with 10 additions and 1 deletion.
  1. +9 −0 CHANGELOG.txt
  2. +1 −1 openslide/_version.py
View
@@ -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
View
@@ -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.