summaryrefslogtreecommitdiff
path: root/virtualenv.py
diff options
context:
space:
mode:
authorMarcus Smith <qwcode@gmail.com>2013-03-05 15:09:17 -0800
committerMarcus Smith <qwcode@gmail.com>2013-03-05 15:09:17 -0800
commit95b6438012114f0dd2586eb76e7c7a8c9d50d4dd (patch)
tree47984a9b76fbab670471ad6f1cf9e49797c36674 /virtualenv.py
parent07bdd574efafc7173f99113eacd400b4560092ed (diff)
downloadvirtualenv-1.9rc2.tar.gz
1.9rc21.9rc2
Diffstat (limited to 'virtualenv.py')
-rwxr-xr-xvirtualenv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtualenv.py b/virtualenv.py
index f3428c8..a46b062 100755
--- a/virtualenv.py
+++ b/virtualenv.py
@@ -4,7 +4,7 @@
# If you change the version here, change it in setup.py
# and docs/conf.py as well.
-__version__ = "1.9rc1" # following best practices
+__version__ = "1.9rc2" # following best practices
virtualenv_version = __version__ # legacy, again
import base64