Skip to content

Commit ef04aed

Browse files
committed
Version bump and changelog
1 parent c22ad72 commit ef04aed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/news.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Changes & News
1515
with the upgraded Python.
1616

1717

18-
1.11.1 (unreleased)
18+
1.11.1 (2014-01-20)
1919
~~~~~~~~~~~~~~~~~~~
2020

2121
* Fixed an issue where pip and setuptools were not getting installed when using

virtualenv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""Create a "virtual" Python installation
33
"""
44

5-
__version__ = "1.11.1rc2"
5+
__version__ = "1.11.1"
66
virtualenv_version = __version__ # legacy
77

88
import base64

0 commit comments

Comments
 (0)