From 2012c234a323ab3db9e778bda435696c36ee3dc0 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Sun, 13 Sep 2020 20:26:55 -0400 Subject: [PATCH] Update for release --- CHANGELOG.txt | 6 ++++++ openslide/_version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d20efc5e..0dad4d56 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 diff --git a/openslide/_version.py b/openslide/_version.py index 8e587411..a8f32697 100644 --- a/openslide/_version.py +++ b/openslide/_version.py @@ -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'