Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Aug 12, 2021
1 parent 2d9bded commit 73fc5ff
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
38 changes: 20 additions & 18 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
21.2.3 (2021-08-06)
.. note
You should *NOT* be adding new change log entries to this file, this
file is managed by towncrier. You *may* edit previous change logs to
fix problems like typo corrections or such.
To add a new change log entry, please see
https://pip.pypa.io/en/latest/development/contributing/#news-entries
.. towncrier release notes start
21.2.4 (2021-08-12)
===================

Bug Fixes
---------

- Fix 3.6.0 compatibility in link comparison logic. (`#10280 <https://github.com/pypa/pip/issues/10280>`_)


21.2.3 (2021-08-06)
===================

Bug Fixes
---------

Expand All @@ -13,8 +32,6 @@ Bug Fixes
21.2.2 (2021-07-31)
===================



Bug Fixes
---------

Expand All @@ -26,8 +43,6 @@ Bug Fixes
21.2.1 (2021-07-25)
===================



Process
-------

Expand All @@ -37,8 +52,6 @@ Process
21.2 (2021-07-24)
=================



Process
-------

Expand Down Expand Up @@ -134,17 +147,6 @@ Vendored Libraries
- Upgrade urllib3 to 1.26.6.


.. note
You should *NOT* be adding new change log entries to this file, this
file is managed by towncrier. You *may* edit previous change logs to
fix problems like typo corrections or such.
To add a new change log entry, please see
https://pip.pypa.io/en/latest/development/contributing/#news-entries
.. towncrier release notes start
21.1.3 (2021-06-26)
===================

Expand Down
1 change: 0 additions & 1 deletion news/10280.bugfix.rst

This file was deleted.

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

__version__ = "21.2.3"
__version__ = "21.2.4"


def main(args: Optional[List[str]] = None) -> int:
Expand Down

0 comments on commit 73fc5ff

Please sign in to comment.