diff options
| author | Donald Stufft <donald@stufft.io> | 2014-01-26 00:08:18 -0500 |
|---|---|---|
| committer | Donald Stufft <donald@stufft.io> | 2014-01-26 00:08:18 -0500 |
| commit | 71d3a9e0cbfc0f7d04114c7b60467af45f38c535 (patch) | |
| tree | 1099b689086eafa91f7851c844558d4dd362cd32 /virtualenv.py | |
| parent | 9e7401cdb3efc8829ad0a1be32a651c18fa2ae93 (diff) | |
| parent | 10eca3452804bf236563b52049433ef68ebcf54e (diff) | |
| download | virtualenv-1.11.2.tar.gz | |
Merge branch '1.11.X'1.11.2
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 d6bfbb3..c9bc4b4 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -2,7 +2,7 @@ """Create a "virtual" Python installation """ -__version__ = "1.11.1" +__version__ = "1.11.2" virtualenv_version = __version__ # legacy import base64 |
