summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2013-03-08 00:11:41 +0100
committerJannis Leidel <jannis@leidel.info>2013-03-08 00:11:41 +0100
commit7921be1537eac1e97bc40179a57f0349c2aee67d (patch)
tree8c4b3774a1e6da4611ea5b96acd31b16d3af4a4c
parent06e65d826a56e81b57c3f15bcab0ba2ef590acc8 (diff)
downloadpip-7921be1537eac1e97bc40179a57f0349c2aee67d.tar.gz
Bumped version to 1.3.1.1.3.1
-rw-r--r--CHANGES.txt6
-rwxr-xr-xpip/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a98e452c4..5020273fe 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,12 @@
Changelog
=========
+1.3.1 (2013-03-08)
+------------------
+
+* Fixed a major backward incompatible change of parsing URLs to externally
+ hosted packages that got accidentily included in 1.3.
+
1.3 (2013-03-07)
----------------
diff --git a/pip/__init__.py b/pip/__init__.py
index e83621d21..9328792d5 100755
--- a/pip/__init__.py
+++ b/pip/__init__.py
@@ -14,7 +14,7 @@ from pip.commands import commands, get_similar_commands, get_summaries
# The version as used in the setup.py and the docs conf.py
-__version__ = "1.3"
+__version__ = "1.3.1"
def autocomplete():