summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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(