1
1
Fork 0

Bump for release

Dieser Commit ist enthalten in:
Pradyun Gedam 2020-09-08 16:43:34 +05:30
Ursprung d8f0a7b693
Commit 8c2102a310
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: FF99710C4332258E
4 geänderte Dateien mit 17 neuen und 5 gelöschten Zeilen

Datei anzeigen

@ -9,6 +9,22 @@
.. towncrier release notes start
20.2.3 (2020-09-08)
===================
Deprecations and Removals
-------------------------
- Deprecate support for Python 3.5 (`#8181 <https://github.com/pypa/pip/issues/8181>`_)
Features
--------
- Make the ``setup.py install`` deprecation warning less noisy. We warn only
when ``setup.py install`` succeeded and ``setup.py bdist_wheel`` failed, as
situations where both fails are most probably irrelevant to this deprecation. (`#8752 <https://github.com/pypa/pip/issues/8752>`_)
20.2.2 (2020-08-11)
===================

Datei anzeigen

@ -1 +0,0 @@
Deprecate support for Python 3.5

Datei anzeigen

@ -1,3 +0,0 @@
Make the ``setup.py install`` deprecation warning less noisy. We warn only
when ``setup.py install`` succeeded and ``setup.py bdist_wheel`` failed, as
situations where both fails are most probably irrelevant to this deprecation.

Datei anzeigen

@ -4,7 +4,7 @@ if MYPY_CHECK_RUNNING:
from typing import List, Optional
__version__ = "20.2.2"
__version__ = "20.2.3"
def main(args=None):