summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2018-03-16 23:09:17 -0400
committerDonald Stufft <donald@stufft.io>2018-03-16 23:09:17 -0400
commit41f09b555651768d1540db7173abe009c10cfe3e (patch)
tree8d6d7432b556c7c85ec5aead6f4d9b5a27f498cb
parent8d41f5e217eeff0222814554d9ac014486834293 (diff)
downloadpip-41f09b555651768d1540db7173abe009c10cfe3e.tar.gz
Bump for release9.0.2
-rw-r--r--CHANGES.txt2
-rwxr-xr-xpip/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9cbddbc63..ab02c7ad7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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.
diff --git a/pip/__init__.py b/pip/__init__.py
index d3f0aa99d..ee4abc195 100755
--- a/pip/__init__.py
+++ b/pip/__init__.py
@@ -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__)