Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmoore committed Apr 22, 2023
1 parent d5a779d commit ee40d71
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
20 changes: 20 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@
.. towncrier release notes start
23.1.1 (2023-04-22)
===================

Bug Fixes
---------

- Revert `#11487 <https://github.com/pypa/pip/pull/11487>`_, as it causes issues with virtualenvs created by the Windows Store distribution of Python. (`#11987 <https://github.com/pypa/pip/issues/11987>`_)

Vendored Libraries
------------------

- Revert pkg_resources (via setuptools) back to 65.6.3

Improved Documentation
----------------------

- Update documentation to reflect the new behavior of using the cache of locally
built wheels in hash-checking mode. (`#11967 <https://github.com/pypa/pip/issues/11967>`_)


23.1 (2023-04-15)
=================

Expand Down
2 changes: 0 additions & 2 deletions news/11967.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/11987.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/setuptools.vendor.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__ = "23.2.dev0"
__version__ = "23.1.1"


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

0 comments on commit ee40d71

Please sign in to comment.