summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2014-01-20 22:41:09 -0500
committerDonald Stufft <donald@stufft.io>2014-01-20 22:41:09 -0500
commitef04aed9da6112c956888440dfb25e16461a1249 (patch)
tree3d3f73e9cd0d109fdddb88f4252652e473662ea8
parentc22ad72b54b2a97a715e846b97a353eead88c295 (diff)
downloadvirtualenv-1.11.1.tar.gz
Version bump and changelog1.11.1
-rw-r--r--docs/news.rst2
-rwxr-xr-xvirtualenv.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/news.rst b/docs/news.rst
index d015ebf..ce8d5a6 100644
--- a/docs/news.rst
+++ b/docs/news.rst
@@ -15,7 +15,7 @@ Changes & News
with the upgraded Python.
-1.11.1 (unreleased)
+1.11.1 (2014-01-20)
~~~~~~~~~~~~~~~~~~~
* Fixed an issue where pip and setuptools were not getting installed when using
diff --git a/virtualenv.py b/virtualenv.py
index 06b75ef..d6bfbb3 100755
--- a/virtualenv.py
+++ b/virtualenv.py
@@ -2,7 +2,7 @@
"""Create a "virtual" Python installation
"""
-__version__ = "1.11.1rc2"
+__version__ = "1.11.1"
virtualenv_version = __version__ # legacy
import base64