diff options
author | Jannis Leidel <jannis@leidel.info> | 2012-09-01 22:30:04 +0200 |
---|---|---|
committer | Jannis Leidel <jannis@leidel.info> | 2012-09-01 22:30:04 +0200 |
commit | 119e624547128f6dd485a30238eaf9d1686baf89 (patch) | |
tree | 31caae8c9e96432880fa1f0bb55f1e5eb619027a /virtualenv.py | |
parent | a6d6ed791d94c39b7348192503866aff6a0ba458 (diff) | |
download | virtualenv-1.8.tar.gz |
Bumped version to 1.8 and updated changelog.1.8
Diffstat (limited to 'virtualenv.py')
-rwxr-xr-x | virtualenv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtualenv.py b/virtualenv.py index 1e94bba..2316d7c 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.7.2" # following best practices +__version__ = "1.8" # following best practices virtualenv_version = __version__ # legacy, again import base64 |