diff options
author | Ian Bicking <ianb@colorstudy.com> | 2008-12-17 17:26:34 -0600 |
---|---|---|
committer | Ian Bicking <ianb@colorstudy.com> | 2008-12-17 17:26:34 -0600 |
commit | 669f6d1272653f750ca63c9e5ab20aeebc168f59 (patch) | |
tree | ff6606537e5ea9ec403d4373c630f396504d696d | |
parent | 8c6aa75dcffd5c8e160ec4058f222fc1b972416f (diff) | |
download | virtualenv-1.3.2.tar.gz |
[svn r3733] update versions for release1.3.2
-rw-r--r-- | docs/index.txt | 4 | ||||
-rwxr-xr-x | virtualenv.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.txt b/docs/index.txt index 249a966..1658fa9 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -307,8 +307,8 @@ Other Documentation and Links Changes & News -------------- -svn trunk -~~~~~~~~~ +1.3.2 +~~~~~ * Remove the ``[install] prefix = ...`` setting from the virtualenv ``distutils.cfg`` -- this has been causing problems for a lot of diff --git a/virtualenv.py b/virtualenv.py index 1886e5d..4624b0a 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -311,7 +311,7 @@ def filter_ez_setup(line): def main(): parser = optparse.OptionParser( - version="1.3.1", + version="1.3.2", usage="%prog [OPTIONS] DEST_DIR") parser.add_option( |