Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed May 23, 2021
1 parent d7cf6ca commit 8737f90
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
15 changes: 15 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@
.. towncrier release notes start
21.1.2 (2021-05-23)
===================

Bug Fixes
---------

- New resolver: Correctly exclude an already installed package if its version is
known to be incompatible to stop the dependency resolution process with a clear
error message. (`#9841 <https://github.com/pypa/pip/issues/9841>`_)
- Allow ZIP to archive files with timestamps earlier than 1980. (`#9910 <https://github.com/pypa/pip/issues/9910>`_)
- Emit clearer error message when a project root does not contain either
``pyproject.toml``, ``setup.py`` or ``setup.cfg``. (`#9944 <https://github.com/pypa/pip/issues/9944>`_)
- Fix detection of existing standalone pip instance for PEP 517 builds. (`#9953 <https://github.com/pypa/pip/issues/9953>`_)


21.1.1 (2021-04-30)
===================

Expand Down
3 changes: 0 additions & 3 deletions news/9841.bugfix.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Empty file.
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.2"


def main(args=None):
Expand Down

0 comments on commit 8737f90

Please sign in to comment.