Release 19.3.1

This commit is contained in:
Xavier Fernandez 2019-10-17 21:32:34 +02:00
parent 6ee768a1d4
commit 6500e59560
4 changed files with 15 additions and 3 deletions

View File

@ -7,6 +7,20 @@
.. towncrier release notes start
19.3.1 (2019-10-17)
===================
Features
--------
- Document Python 3.8 support. (`#7219 <https://github.com/pypa/pip/issues/7219>`_)
Bug Fixes
---------
- Fix bug that prevented installation of PEP 517 packages without ``setup.py``. (`#6606 <https://github.com/pypa/pip/issues/6606>`_)
19.3 (2019-10-14)
=================

View File

@ -1 +0,0 @@
Fix bug that prevented installation of PEP 517 packages without ``setup.py``.

View File

@ -1 +0,0 @@
Document Python 3.8 support.

View File

@ -1 +1 @@
__version__ = "19.3"
__version__ = "19.3.1"