summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2014-12-22 18:22:38 -0500
committerDonald Stufft <donald@stufft.io>2014-12-22 18:22:38 -0500
commit84b0e7be5222a267952c8b5c1d2c5643a96e7493 (patch)
treed2cc43238ec6d93ddf436a1d678af682e0a4c7f1
parent7e6cc935a844a526febce68798f69e2c64fc5149 (diff)
parent6ea926d4bda067d6001960e2be5b48cdc631d076 (diff)
downloadvirtualenv-12.0.1.tar.gz
Merge branch 'release/12.0.1'12.0.1
-rw-r--r--docs/changes.rst5
-rwxr-xr-xvirtualenv.py2
-rw-r--r--virtualenv_support/pip-6.0.1-py2.py3-none-any.whl (renamed from virtualenv_support/pip-6.0-py2.py3-none-any.whl)bin1258033 -> 1258374 bytes
3 files changed, 6 insertions, 1 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index 9d74fda..7babeeb 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -1,6 +1,11 @@
Release History
===============
+12.0.1 (2014-12-22)
+~~~~~~~~~~~~~~~~~~~
+
+* Upgraded pip to 6.0.1
+
12.0 (2014-12-22)
~~~~~~~~~~~~~~~~~
diff --git a/virtualenv.py b/virtualenv.py
index 380a601..8997889 100755
--- a/virtualenv.py
+++ b/virtualenv.py
@@ -2,7 +2,7 @@
"""Create a "virtual" Python installation
"""
-__version__ = "12.0"
+__version__ = "12.0.1"
virtualenv_version = __version__ # legacy
# NB: avoid placing additional imports here, before sys.path is fixed!
diff --git a/virtualenv_support/pip-6.0-py2.py3-none-any.whl b/virtualenv_support/pip-6.0.1-py2.py3-none-any.whl
index 34c8ff1..82ce168 100644
--- a/virtualenv_support/pip-6.0-py2.py3-none-any.whl
+++ b/virtualenv_support/pip-6.0.1-py2.py3-none-any.whl
Binary files differ