From b8a64c789eeeffb7dc67cdac2b384a8d34e3e6d6 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 13 Dec 2017 14:59:25 +0200 Subject: [PATCH] Major version bump and release note for dropped Python 3.3 --- CHANGES.rst | 2 +- PIL/version.py | 2 +- docs/installation.rst | 4 ++-- docs/releasenotes/{4.4.0.rst => 5.0.0.rst} | 14 ++++++++++++-- docs/releasenotes/index.rst | 2 +- 5 files changed, 17 insertions(+), 7 deletions(-) rename docs/releasenotes/{4.4.0.rst => 5.0.0.rst} (64%) diff --git a/CHANGES.rst b/CHANGES.rst index 3c3fbaa1f..f8f8420da 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changelog (Pillow) ================== -4.4.0 (unreleased) +5.0.0 (unreleased) ------------------ - Removed scripts directory #2901 diff --git a/PIL/version.py b/PIL/version.py index 0718fd601..b89052c73 100644 --- a/PIL/version.py +++ b/PIL/version.py @@ -1,2 +1,2 @@ # Master version for Pillow -__version__ = '4.4.0.dev0' +__version__ = '5.0.0.dev0' diff --git a/docs/installation.rst b/docs/installation.rst index 6d36584d2..5c56d3700 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -17,9 +17,9 @@ Notes .. note:: Pillow >= 2.0.0 < 4.0.0 supports Python versions 2.6, 2.7, 3.2, 3.3, 3.4, 3.5 -.. note:: Pillow >= 4.0.0 < 4.4.0 supports Python versions 2.7, 3.3, 3.4, 3.5, 3.6 +.. note:: Pillow >= 4.0.0 < 5.0.0 supports Python versions 2.7, 3.3, 3.4, 3.5, 3.6 -.. note:: Pillow >= 4.4.0 supports Python versions 2.7, 3.4, 3.5, 3.6 +.. note:: Pillow >= 5.0.0 supports Python versions 2.7, 3.4, 3.5, 3.6 Basic Installation ------------------ diff --git a/docs/releasenotes/4.4.0.rst b/docs/releasenotes/5.0.0.rst similarity index 64% rename from docs/releasenotes/4.4.0.rst rename to docs/releasenotes/5.0.0.rst index 101a513df..886b673c0 100644 --- a/docs/releasenotes/4.4.0.rst +++ b/docs/releasenotes/5.0.0.rst @@ -1,6 +1,17 @@ -4.4.0 +5.0.0 ----- +Backwards Incompatible Changes +============================== + +Python 3.3 Dropped +^^^^^^^^^^^^^^^^^^ + +Python 3.3 is EOL and no longer supported due to moving testing from nose, +which is deprecated, to pytest, which doesn't support Python 3.3. We will not +be creating binaries, testing, or retaining compatibility with this version. +The final version of Pillow for Python 3.3 is 4.3.0. + API Changes =========== @@ -17,7 +28,6 @@ Further, the vendored version was removed in Pillow 4.0.0 and replaced with a deprecation warning that PIL.OleFileIO would be removed in a future version. This warning has been upgraded to an import error pending future removal. - API Additions ============= diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst index 27fc61870..0ee853fca 100644 --- a/docs/releasenotes/index.rst +++ b/docs/releasenotes/index.rst @@ -6,7 +6,7 @@ Release Notes .. toctree:: :maxdepth: 2 - 4.4.0 + 5.0.0 4.3.0 4.2.1 4.2.0