diff options
-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 62c9add..0ab8f8c 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -307,8 +307,8 @@ Other Documentation and Links Changes & News -------------- -svn trunk -~~~~~~~~~ +1.3.3 +~~~~~ * Use Windows newlines in ``activate.bat``, which has been reported to help when using non-ASCII directory names. diff --git a/virtualenv.py b/virtualenv.py index 8aaa57e..c6c82de 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -311,7 +311,7 @@ def filter_ez_setup(line): def main(): parser = optparse.OptionParser( - version="1.3.3dev", + version="1.3.3", usage="%prog [OPTIONS] DEST_DIR") parser.add_option( |