Skip to content

Commit f1f5d16

Browse files
committed
Update for release
1 parent 42ae931 commit f1f5d16

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.txt

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

4+
Version 1.0.0, 2014-03-09
5+
* Add documentation
6+
* Switch from distutils to setuptools
7+
* Declare Pillow dependency in setup.py (but still support PIL)
8+
49
Version 0.5.1, 2014-01-26
510
* Fix breakage on Python 2.6
611
* examples: Fix tile server breakage on classic PIL

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'0.5.1'
25+
__version__ = u'1.0.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
keywords='openslide whole-slide image virtual slide library',
2121
url='http://openslide.org/',
2222
classifiers=[
23-
'Development Status :: 4 - Beta',
23+
'Development Status :: 5 - Production/Stable',
2424
'Intended Audience :: Developers',
2525
'Intended Audience :: Healthcare Industry',
2626
'Intended Audience :: Science/Research',

0 commit comments

Comments
 (0)