summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-03-12 15:26:54 -0500
committerJannis Leidel <jannis@leidel.info>2011-03-12 15:26:54 -0500
commit7d8c636af36923752864e2fe5e52782972feb9c4 (patch)
treed8e2e69a918f4b3f031bdd7b68d83a51da445669
parentcb4fefeea49b10a33d33f02e93b90a70f63aa468 (diff)
downloadvirtualenv-1.5.2.tar.gz
Updated version to 1.5.2.1.5.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 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