Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Apr 30, 2021
1 parent 4417e7f commit c53d88c
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 9 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
21.1.1 (2021-04-30)
===================

Deprecations and Removals
-------------------------

- Temporarily set the new "Value for ... does not match" location warnings level
to *DEBUG*, to hide them from casual users. This prepares pip 21.1 for CPython
inclusion, while pip maintainers digest the first intake of location mismatch
issues for the ``distutils``-``sysconfig`` trasition. (`#9912 <https://github.com/pypa/pip/issues/9912>`_)

Bug Fixes
---------

- This change fixes a bug on Python <=3.6.1 with a Typing feature added in 3.6.2 (`#9831 <https://github.com/pypa/pip/issues/9831>`_)
- Fix compatibility between distutils and sysconfig when the project name is unknown outside of a virtual environment. (`#9838 <https://github.com/pypa/pip/issues/9838>`_)
- Fix Python 3.6 compatibility when a PEP 517 build requirement itself needs to be
built in an isolated environment. (`#9878 <https://github.com/pypa/pip/issues/9878>`_)


21.1 (2021-04-24)
=================

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions news/9878.bugfix.rst

This file was deleted.

4 changes: 0 additions & 4 deletions news/9912.removal.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.dev0"
__version__ = "21.1.1"


def main(args=None):
Expand Down

0 comments on commit c53d88c

Please sign in to comment.