diff options
author | Donald Stufft <donald@stufft.io> | 2015-04-07 01:19:31 -0400 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2015-04-07 01:19:31 -0400 |
commit | 7c0f5d076870bdbc1f938aeec27708afb77fa575 (patch) | |
tree | 8b992ae42722a04db119e55525c97412a4a25bca | |
parent | 4b0da49d8f9930722ab79b2d4d0012a303d138ef (diff) | |
download | virtualenv-12.1.0.tar.gz |
bump version12.1.0
-rw-r--r-- | docs/changes.rst | 2 | ||||
-rwxr-xr-x | virtualenv.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/changes.rst b/docs/changes.rst index f4531fa..455d74c 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,7 +1,7 @@ Release History =============== -12.1.0 (unreleased) +12.1.0 (2015-04-07) ~~~~~~~~~~~~~~~~~~~ * Upgrade setuptools to 15.0 diff --git a/virtualenv.py b/virtualenv.py index 4f716c9..79544bf 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -2,7 +2,7 @@ """Create a "virtual" Python installation """ -__version__ = "12.1.dev0" +__version__ = "12.1.0" virtualenv_version = __version__ # legacy import base64 |