We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22ad72 commit ef04aedCopy full SHA for ef04aed
docs/news.rst
@@ -15,7 +15,7 @@ Changes & News
15
with the upgraded Python.
16
17
18
-1.11.1 (unreleased)
+1.11.1 (2014-01-20)
19
~~~~~~~~~~~~~~~~~~~
20
21
* Fixed an issue where pip and setuptools were not getting installed when using
virtualenv.py
@@ -2,7 +2,7 @@
2
"""Create a "virtual" Python installation
3
"""
4
5
-__version__ = "1.11.1rc2"
+__version__ = "1.11.1"
6
virtualenv_version = __version__ # legacy
7
8
import base64
0 commit comments