diff options
| author | Jannis Leidel <jannis@leidel.info> | 2012-02-17 10:58:52 +0100 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2012-02-17 10:58:52 +0100 |
| commit | 1a3a9c099163126e9be49114ca57937d71777597 (patch) | |
| tree | b26d7ca6b5bd9e091c80c4cda673041c7c31a61d /setup.py | |
| parent | 389e806a5885a369aa91d701dfbc945e29a4cafb (diff) | |
| parent | 9019a14300439d215430a7799c22880384ff6834 (diff) | |
| download | virtualenv-1a3a9c099163126e9be49114ca57937d71777597.tar.gz | |
Merge branch 'release/1.7.1.2'1.7.1.2
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ f.close() setup(name='virtualenv', # If you change the version here, change it in virtualenv.py and # docs/conf.py as well - version="1.7.1.1", + version="1.7.1.2", description="Virtual Python Environment builder", long_description=long_description, classifiers=[ |
