diff options
author | Ian Bicking <ianb@colorstudy.com> | 2010-03-31 17:06:54 -0500 |
---|---|---|
committer | Ian Bicking <ianb@colorstudy.com> | 2010-03-31 17:06:54 -0500 |
commit | 963821cad88fdc437bf025a6b56d9d8dde1615b0 (patch) | |
tree | acc3a9df087eedf1547d1f360e6f855a970a08c1 /virtualenv.py | |
parent | 3c26894eaf3f7e69acebb4292da323d894c766b0 (diff) | |
download | virtualenv-1.4.6.tar.gz |
update versions for release, and add news1.4.6
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 89998ae..df86fa7 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -2,7 +2,7 @@ """Create a "virtual" Python installation """ -virtualenv_version = "1.4.5.post1" +virtualenv_version = "1.4.6" import sys import os |