Skip to content

Commit 004dc9f

Browse files
committed
Update for release
1 parent 61b3397 commit 004dc9f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.txt

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

4+
Version 1.1.0, 2015-04-20
5+
* Improve pixel read performance using optional extension module
6+
* examples: Add scale bar via OpenSeadragonScalebar plugin
7+
* examples: Update OpenSeadragon to 1.2.1
8+
* examples: Enable rotation buttons in multiserver
9+
* examples: Verify at server startup that file was specified
10+
* examples: Disable pinch zoom outside of viewer
11+
412
Version 1.0.1, 2014-03-09
513
* Fix documentation build breakage
614

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.0.1'
25+
__version__ = u'1.1.0'

0 commit comments

Comments
 (0)