diff options
author | Ian Bicking <ianb@colorstudy.com> | 2008-08-29 11:23:24 -0500 |
---|---|---|
committer | Ian Bicking <ianb@colorstudy.com> | 2008-08-29 11:23:24 -0500 |
commit | f0be1b2acf8af3bd3b4792c470209aba77fccbf1 (patch) | |
tree | 3675ba8f44b930c3e3139a69249aee2d18b89bd9 /setup.py | |
parent | 77d928a0817412d83f8f72968de39dd20db33a5c (diff) | |
download | virtualenv-1.2.tar.gz |
[svn r3563] update versions for release1.2
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ except ImportError: print 'Note: without Setuptools installed you will have to use "python -m virtualenv ENV"' import sys, os -version = '1.1.1' +version = '1.2' f = open(os.path.join(os.path.dirname(__file__), 'docs', 'index.txt')) long_description = f.read().strip() |