summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2009-03-12 13:21:35 -0500
committerIan Bicking <ianb@colorstudy.com>2009-03-12 13:21:35 -0500
commite312be179dcf54936866bb9715413d60d679af1c (patch)
tree010d214d52e97ec80bfe5a2dfd59b1c01c8ca953
parent42adff049c9a1902bf9e969678064e75be1e2635 (diff)
downloadvirtualenv-1.3.3.tar.gz
[svn r3807] update versions for release1.3.3
-rw-r--r--docs/index.txt4
-rwxr-xr-xvirtualenv.py2
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(