diff options
author | Ian Bicking <ianb@colorstudy.com> | 2010-09-19 18:37:10 -0400 |
---|---|---|
committer | Ian Bicking <ianb@colorstudy.com> | 2010-09-19 18:37:10 -0400 |
commit | dd1f55dc688ea6f15c05419ddb8b781157780f42 (patch) | |
tree | 70f1ba768ad6cabc8c98c673dede2f2b71b8a127 | |
parent | 82c630ec2d606b714891c86957abbc34151b337d (diff) | |
download | virtualenv-dd1f55dc688ea6f15c05419ddb8b781157780f42.tar.gz |
update news for release1.5.1
-rw-r--r-- | docs/news.txt | 6 | ||||
-rwxr-xr-x | virtualenv.py | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/news.txt b/docs/news.txt index 1a3471c..9430ec4 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -1,11 +1,13 @@ Changes & News -------------- -hg tip ------- +1.5.1 +----- * Added ``_weakrefset`` requirement for Python 2.7.1. +* Fixed Windows regression in 1.5 + 1.5 --- diff --git a/virtualenv.py b/virtualenv.py index ce9a985..777433b 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -2,7 +2,7 @@ """Create a "virtual" Python installation """ -virtualenv_version = "1.5" +virtualenv_version = "1.5.1" import sys import os |