diff options
author | Donald Stufft <donald@stufft.io> | 2016-03-05 20:13:19 -0500 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2016-03-05 20:13:19 -0500 |
commit | ecf1f38f89a6852c252399f4793809c21a39d20e (patch) | |
tree | 01bc45b8dfe362c61fbaf0d4f2e18bc89a6e4114 /virtualenv.py | |
parent | 0d797f10287d1aedd683b87187442f0ba7d7774a (diff) | |
download | virtualenv-ecf1f38f89a6852c252399f4793809c21a39d20e.tar.gz |
Update version and changelog
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 99084ac..b6cee64 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -36,7 +36,7 @@ try: except ImportError: import configparser as ConfigParser -__version__ = "14.1.0.dev0" +__version__ = "15.0.0.dev0" virtualenv_version = __version__ # legacy if sys.version_info < (2, 6): |