diff options
-rw-r--r-- | docs/news.txt | 4 | ||||
-rwxr-xr-x | virtualenv.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/news.txt b/docs/news.txt index ae6df73..6087a1b 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -1,8 +1,8 @@ Changes & News -------------- -hg tip -~~~~~~ +1.4.2 +~~~~~ * Fix pip installation on Windows diff --git a/virtualenv.py b/virtualenv.py index 251c7f0..f0600c2 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -2,7 +2,7 @@ """Create a "virtual" Python installation """ -virtualenv_version = "1.4.1.post1" +virtualenv_version = "1.4.2" import sys import os |