summaryrefslogtreecommitdiff
path: root/virtualenv.py
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2012-09-01 22:30:04 +0200
committerJannis Leidel <jannis@leidel.info>2012-09-01 22:30:04 +0200
commit119e624547128f6dd485a30238eaf9d1686baf89 (patch)
tree31caae8c9e96432880fa1f0bb55f1e5eb619027a /virtualenv.py
parenta6d6ed791d94c39b7348192503866aff6a0ba458 (diff)
downloadvirtualenv-1.8.tar.gz
Bumped version to 1.8 and updated changelog.1.8
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 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