1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Bump version for release, update changelog

This commit is contained in:
Donald Stufft 2016-01-21 18:48:12 -05:00
parent de6e4b5c9e
commit 63d41a82af
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,7 @@
**8.1.0 (unreleased)**
**8.0.2 (2016-01-21)**
* Stop attempting to trust the system CA trust store because it's extremely
common for them to be broken, often in incompatible ways. See #3416.
**8.0.1 (2016-01-21)**

View file

@ -30,7 +30,7 @@ import pip.cmdoptions
cmdoptions = pip.cmdoptions
# The version as used in the setup.py and the docs conf.py
__version__ = "8.1.0.dev0"
__version__ = "8.0.2"
logger = logging.getLogger(__name__)