summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-12-20 18:29:21 -0500
committerDonald Stufft <donald@stufft.io>2013-12-20 18:29:21 -0500
commite6bcf359c0307496008f79be1cfb98bba9a0e6ce (patch)
tree2b59ca476cacf9515d3d9109c5fe3e97f7bb8901
parent80fdf1858dedcb6d4b7f846899f3473d31cfc4f0 (diff)
downloadpip-e6bcf359c0307496008f79be1cfb98bba9a0e6ce.tar.gz
bump version to 1.5rc21.5rc2
-rwxr-xr-xpip/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pip/__init__.py b/pip/__init__.py
index 4d22f2a0e..070c37bb8 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.5rc1"
+__version__ = "1.5rc2"
def autocomplete():