Bump for release

This commit is contained in:
Pradyun Gedam 2020-12-03 09:10:45 +00:00
parent 30eeb9ceb1
commit f94a429e17
No known key found for this signature in database
GPG Key ID: FF99710C4332258E
3 changed files with 11 additions and 3 deletions

View File

@ -9,6 +9,16 @@
.. towncrier release notes start
20.3.1 (2020-12-03)
===================
Deprecations and Removals
-------------------------
- The --build-dir option has been restored as a no-op, to soften the transition
for tools that still used it. (`#9193 <https://github.com/pypa/pip/issues/9193>`_)
20.3 (2020-11-30)
=================

View File

@ -1,2 +0,0 @@
The --build-dir option has been restored as a no-op, to soften the transition
for tools that still used it.

View File

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