summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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