diff options
author | Ian Bicking <ianb@colorstudy.com> | 2008-09-24 16:15:19 -0500 |
---|---|---|
committer | Ian Bicking <ianb@colorstudy.com> | 2008-09-24 16:15:19 -0500 |
commit | d67b140278b87bf0d3e7dc42a1dfedf80f7c8246 (patch) | |
tree | daed8105d266229c12c99ae924ca8354352a8a4e /setup.py | |
parent | 0bb43c628447bf47714f64d810741ffeb6600283 (diff) | |
download | virtualenv-1.3.tar.gz |
[svn r3596] update news for new release1.3
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.2.1' +version = '1.3' f = open(os.path.join(os.path.dirname(__file__), 'docs', 'index.txt')) long_description = f.read().strip() |