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

Bump for release

This commit is contained in:
Donald Stufft 2018-03-16 23:09:17 -04:00
parent 8d41f5e217
commit 41f09b5556
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
**9.0.2 (unreleased)**
**9.0.2 (2017-03-16)**
* Fallback to using SecureTransport on macOS when the linked OpenSSL is too old
to support TLSv1.2.

View file

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