Bump for release

This commit is contained in:
Pradyun Gedam 2020-01-21 18:12:53 +05:30
parent e103345cb3
commit 0b397b42c5
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
3 changed files with 10 additions and 2 deletions

View File

@ -7,6 +7,15 @@
.. towncrier release notes start
20.0.1 (2020-01-21)
===================
Bug Fixes
---------
- Rename an internal module, to avoid ImportErrors due to improper uninstallation. (`#7621 <https://github.com/pypa/pip/issues/7621>`_)
20.0 (2020-01-21)
=================

View File

@ -1 +0,0 @@
Rename an internal module, to avoid ImportErrors due to improper uninstallation.

View File

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