Skip to content

Commit

Permalink
Pillow 6.2.1 is the last to support Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 21, 2019
1 parent 39d26d3 commit 6e0f07b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 12 deletions.
5 changes: 2 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ Changelog (Pillow)
==================

6.2.1 (2019-10-21)
------------------

- This is the last Pillow release to support Python 2.7 #3642

- Add support for Python 3.8 #4141
[hugovk]

6.2.0 (2019-10-01)
------------------

- This is the last Pillow release to support Python 2.7 #3642

- Catch buffer overruns #4104
[radarhere]

Expand Down
8 changes: 0 additions & 8 deletions docs/releasenotes/6.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,6 @@ shared instance of ``Image.Exif``.
Deprecations
^^^^^^^^^^^^

Python 2.7
~~~~~~~~~~

Python 2.7 reaches end-of-life on 2020-01-01.

Pillow 7.0.0 will be released on 2020-01-01 and will drop support for Python
2.7, making Pillow 6.2.x the last release series to support Python 2.

Image.frombuffer
~~~~~~~~~~~~~~~~

Expand Down
21 changes: 20 additions & 1 deletion docs/releasenotes/6.2.1.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
6.2.1
-----

API Changes
===========

Deprecations
^^^^^^^^^^^^

Python 2.7
~~~~~~~~~~

Python 2.7 reaches end-of-life on 2020-01-01.

Pillow 7.0.0 will be released on 2020-01-01 and will drop support for Python
2.7, making Pillow 6.2.x the last release series to support Python 2.

Other Changes
=============



Support added for Python 3.8
============================
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Pillow 6.2.1 supports Python 3.8.

0 comments on commit 6e0f07b

Please sign in to comment.