summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/conf.py2
-rw-r--r--setup.py2
-rwxr-xr-xvirtualenv.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 60dc0b0..8bd3462 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -42,7 +42,7 @@ copyright = '2009, Ian Bicking, The Open Planning Project'
# The short X.Y version.
version = '1.4'
# The full version, including alpha/beta/rc tags.
-release = '1.4rc1'
+release = '1.4'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
diff --git a/setup.py b/setup.py
index 06f958a..ee6c57a 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ except ImportError:
print 'Note: without Setuptools installed you will have to use "python -m virtualenv ENV"'
import sys, os
-version = '1.4rc1'
+version = '1.4'
f = open(os.path.join(os.path.dirname(__file__), 'docs', 'index.txt'))
long_description = f.read().strip()
diff --git a/virtualenv.py b/virtualenv.py
index c3b7a03..a9d2f63 100755
--- a/virtualenv.py
+++ b/virtualenv.py
@@ -375,7 +375,7 @@ def filter_ez_setup(line, project_name='setuptools'):
def main():
parser = optparse.OptionParser(
- version="1.4rc1",
+ version="1.4",
usage="%prog [OPTIONS] DEST_DIR")
parser.add_option(