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

Bump for release of v9.0.1

This commit is contained in:
Donald Stufft 2016-11-06 13:46:44 -05:00
parent dbbca74caa
commit 022248f648
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
**9.0.1 (UNRELEASED)**
**9.0.1 (2016-11-06)**
* Correct the deprecation message when not specifying a --format so that it
uses the correct setting name (``format``) rather than the incorrect one

View file

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