summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 8ef55c6..12e1dfc 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -1,8 +1,8 @@
Changes & News
--------------
-tip
----
+1.5.2
+-----
* Fixed a few more pypy related bugs.
diff --git a/virtualenv.py b/virtualenv.py
index cf3c7a7..8c0789a 100755
--- a/virtualenv.py
+++ b/virtualenv.py
@@ -2,7 +2,7 @@
"""Create a "virtual" Python installation
"""
-virtualenv_version = "1.5.1"
+virtualenv_version = "1.5.2"
import sys
import os