summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2018-03-21 20:35:07 -0400
committerDonald Stufft <donald@stufft.io>2018-03-21 20:35:07 -0400
commitece1c6b189755cef94242fbd1a2fd185e557ec68 (patch)
treed977aa932c823048ed71965b8978139b01d0fa23
parenta5f7d2b57c236f22960fc30148b72b60ea21908a (diff)
downloadpip-release/9.0.3.tar.gz
Bump for release9.0.3release/9.0.3
-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 45dd6e776..436631ad0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,4 @@
-**9.0.3 (unreleased)**
+**9.0.3 (2018-03-21)**
* Fix an error where the vendored requests was not correctly containing itself
to only the internal vendored prefix.
diff --git a/pip/__init__.py b/pip/__init__.py
index 588f90b8a..c00b284d6 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"
+__version__ = "9.0.3"
logger = logging.getLogger(__name__)