Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Sep 8, 2020
1 parent d8f0a7b commit 8c2102a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
16 changes: 16 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
===================

Expand Down
1 change: 0 additions & 1 deletion news/8181.removal

This file was deleted.

3 changes: 0 additions & 3 deletions news/8752.feature

This file was deleted.

2 changes: 1 addition & 1 deletion src/pip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import List, Optional


__version__ = "20.2.2"
__version__ = "20.2.3"


def main(args=None):
Expand Down

0 comments on commit 8c2102a

Please sign in to comment.