Skip to content

Commit

Permalink
update version to 1.4rc1
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
ianb committed Nov 3, 2009
1 parent 8c8626c commit 7c6e77f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -40,9 +40,9 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.3'
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.3.4'
release = '1.4rc1'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
print 'Note: without Setuptools installed you will have to use "python -m virtualenv ENV"'
import sys, os

version = '1.3.4'
version = '1.4rc1'

f = open(os.path.join(os.path.dirname(__file__), 'docs', 'index.txt'))
long_description = f.read().strip()
Expand Down
2 changes: 1 addition & 1 deletion virtualenv.py
Expand Up @@ -375,7 +375,7 @@ def filter_ez_setup(line, project_name='setuptools'):

def main():
parser = optparse.OptionParser(
version="1.3.4dev",
version="1.4rc1",
usage="%prog [OPTIONS] DEST_DIR")

parser.add_option(
Expand Down

0 comments on commit 7c6e77f

Please sign in to comment.