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 5963eb15e..1b928d2e4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,7 +1,7 @@
Changelog
=========
-1.5.1 (unreleased)
+1.5.1 (2014-01-20)
------------------
* pip now only requires setuptools (any setuptools, not a certain version) when
diff --git a/pip/__init__.py b/pip/__init__.py
index 4c3d0668c..d2d6ff33c 100755
--- a/pip/__init__.py
+++ b/pip/__init__.py
@@ -19,7 +19,7 @@ import pip.cmdoptions
cmdoptions = pip.cmdoptions
# The version as used in the setup.py and the docs conf.py
-__version__ = "1.5.1rc1"
+__version__ = "1.5.1"
def autocomplete():