Bump for release

This commit is contained in:
Pradyun Gedam 2020-01-24 20:17:34 +05:30
parent 2f6cd83c63
commit 931749f871
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
4 changed files with 15 additions and 3 deletions

View File

@ -7,6 +7,20 @@
.. towncrier release notes start
20.0.2 (2020-01-24)
===================
Bug Fixes
---------
- Fix a regression in generation of compatibility tags. (`#7626 <https://github.com/pypa/pip/issues/7626>`_)
Vendored Libraries
------------------
- Upgrade packaging to 20.1
20.0.1 (2020-01-21)
===================

View File

@ -1 +0,0 @@
Fix a regression in generation of compatibility tags.

View File

@ -1 +0,0 @@
Upgrade packaging to 20.1

View File

@ -4,7 +4,7 @@ if MYPY_CHECK_RUNNING:
from typing import List, Optional
__version__ = "20.1.dev0"
__version__ = "20.0.2"
def main(args=None):