summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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__)