mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
Major version bump and release note for dropped Python 3.3
This commit is contained in:
parent
5592163564
commit
3c8cfa8197
|
@ -2,7 +2,7 @@
|
||||||
Changelog (Pillow)
|
Changelog (Pillow)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
4.4.0 (unreleased)
|
5.0.0 (unreleased)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
- Dynamically link libraqm #2753
|
- Dynamically link libraqm #2753
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# Master version for Pillow
|
# Master version for Pillow
|
||||||
__version__ = '4.4.0.dev0'
|
__version__ = '5.0.0.dev0'
|
||||||
|
|
|
@ -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 >= 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
|
Basic Installation
|
||||||
------------------
|
------------------
|
||||||
|
|
|
@ -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
|
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.
|
deprecation warning that PIL.OleFileIO would be removed in a future version.
|
||||||
This warning has been upgraded to an import error pending future removal.
|
This warning has been upgraded to an import error pending future removal.
|
||||||
|
|
||||||
|
|
||||||
API Additions
|
API Additions
|
||||||
=============
|
=============
|
||||||
|
|
|
@ -6,7 +6,7 @@ Release Notes
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
4.4.0
|
5.0.0
|
||||||
4.3.0
|
4.3.0
|
||||||
4.2.1
|
4.2.1
|
||||||
4.2.0
|
4.2.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user