summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2010-09-19 18:37:10 -0400
committerIan Bicking <ianb@colorstudy.com>2010-09-19 18:37:10 -0400
commitdd1f55dc688ea6f15c05419ddb8b781157780f42 (patch)
tree70f1ba768ad6cabc8c98c673dede2f2b71b8a127
parent82c630ec2d606b714891c86957abbc34151b337d (diff)
downloadvirtualenv-dd1f55dc688ea6f15c05419ddb8b781157780f42.tar.gz
update news for release1.5.1
-rw-r--r--docs/news.txt6
-rwxr-xr-xvirtualenv.py2
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