diff options
author | Donald Stufft <donald@stufft.io> | 2018-03-21 22:22:17 -0400 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2018-03-21 22:25:17 -0400 |
commit | 61255cf0397a7d5f73e1f070a3d32ed620c63780 (patch) | |
tree | 0be2b3986537fafe88fd75d1a1ce7bcb7ff0b598 /virtualenv.py | |
parent | 37eb51a0996bfbfe0e4e70c190d10857b11fec53 (diff) | |
download | virtualenv-15.2.0.tar.gz |
Bump for release15.2.0
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 b46900c..41c316c 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -37,7 +37,7 @@ try: except ImportError: import configparser as ConfigParser -__version__ = "15.2.0.dev0" +__version__ = "15.2.0" virtualenv_version = __version__ # legacy if sys.version_info < (2, 6): |