summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2013-03-07 22:15:22 +0100
committerJannis Leidel <jannis@leidel.info>2013-03-07 22:15:22 +0100
commitde8738fe4000bb1a0b77511101fc9ec6d73d72c8 (patch)
treee3f57b9e09e9c2152bf6ee401d1651230f53860d
parenta6e9633ef03c5fa59028be536e32a5d45667e713 (diff)
downloadpip-de8738fe4000bb1a0b77511101fc9ec6d73d72c8.tar.gz
Bumped version to 1.3.
-rw-r--r--CHANGES.txt4
-rwxr-xr-xpip/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e62fae8c6..a98e452c4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,8 +1,8 @@
Changelog
=========
-1.3rc1 (unreleased)
--------------------
+1.3 (2013-03-07)
+----------------
* SSL Cert Verification; Make https the default for PyPI access.
Thanks James Cleveland, Giovanni Bajo, Marcus Smith and many others (Pull #789).
diff --git a/pip/__init__.py b/pip/__init__.py
index e586d0db9..e83621d21 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.3rc2"
+__version__ = "1.3"
def autocomplete():