summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2009-11-10 13:29:04 -0500
committerIan Bicking <ianb@colorstudy.com>2009-11-10 13:29:04 -0500
commit62303ce1f65f1526d2531878e99e99d14ef41bbf (patch)
tree7e9632004f1fce86077f26e0587937424fabf0c6
parent2febbfebb245ac5328fb1b9b785c00eb68411680 (diff)
downloadvirtualenv-1.4.2.tar.gz
update version for release1.4.2
-rw-r--r--docs/news.txt4
-rwxr-xr-xvirtualenv.py2
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