summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2016-11-02 14:20:34 -0400
committerDonald Stufft <donald@stufft.io>2016-11-02 14:20:34 -0400
commit1ee0501791ac56f5476d4c104592eb1a17ab1b2e (patch)
treecc88bb73abf54d174cb5909f58c0d9d01a9ea7d8
parent81a5bcf7cda0ec320a538f33fa28cb1159e6eaf1 (diff)
downloadpip-1ee0501791ac56f5476d4c104592eb1a17ab1b2e.tar.gz
Bump for 9.0.0 Release9.0.0
-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 40deb3749..ef842eebd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,4 @@
-**9.0.0 (unreleased)**
+**9.0.0 (2016-11-02)**
* **BACKWARD INCOMPATIBLE** Remove the attempted autodetection of requirement
names from URLs, URLs must include a name via `#egg=`.
diff --git a/pip/__init__.py b/pip/__init__.py
index e41ee8392..0754c137c 100755
--- a/pip/__init__.py
+++ b/pip/__init__.py
@@ -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.0.0.dev0"
+__version__ = "9.0.0"
logger = logging.getLogger(__name__)