summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2008-12-17 17:26:34 -0600
committerIan Bicking <ianb@colorstudy.com>2008-12-17 17:26:34 -0600
commit669f6d1272653f750ca63c9e5ab20aeebc168f59 (patch)
treeff6606537e5ea9ec403d4373c630f396504d696d
parent8c6aa75dcffd5c8e160ec4058f222fc1b972416f (diff)
downloadvirtualenv-1.3.2.tar.gz
[svn r3733] update versions for release1.3.2
-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 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(