Skip to content

Commit

Permalink
Automated merge with ssh://hg@bitbucket.org/ianb/virtualenv
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
ianb committed Nov 10, 2009
2 parents 2c21a5f + 989e2be commit 926ab44
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bin/refresh-support-files.py
Expand Up @@ -17,7 +17,7 @@
('http://pypi.python.org/packages/2.4/s/setuptools/setuptools-0.6c11-py2.4.egg', 'setuptools-0.6c11-py2.4.egg'), ('http://pypi.python.org/packages/2.4/s/setuptools/setuptools-0.6c11-py2.4.egg', 'setuptools-0.6c11-py2.4.egg'),
('http://python-distribute.org/distribute_setup.py', 'distribute_setup.py'), ('http://python-distribute.org/distribute_setup.py', 'distribute_setup.py'),
('http://pypi.python.org/packages/source/d/distribute/distribute-0.6.8.tar.gz', 'distribute-0.6.8.tar.gz'), ('http://pypi.python.org/packages/source/d/distribute/distribute-0.6.8.tar.gz', 'distribute-0.6.8.tar.gz'),
('http://pypi.python.org/packages/source/p/pip/pip-0.5.1.tar.gz', 'pip-0.5.1.tar.gz'), ('http://pypi.python.org/packages/source/p/pip/pip-0.6.tar.gz', 'pip-0.6.tar.gz'),
] ]


def main(): def main():
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -42,7 +42,7 @@
# The short X.Y version. # The short X.Y version.
version = '1.4' version = '1.4'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.4.post1' release = '1.4.1'


# There are two options for replacing |today|: either, you set today to some # There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: # non-false value, then it is used:
Expand Down
5 changes: 3 additions & 2 deletions docs/index.txt
Expand Up @@ -317,8 +317,9 @@ Other Documentation and Links
Changes & News Changes & News
-------------- --------------


hg tip 1.4.1
~~~~~~ ~~~~~
* Include pip 0.6


1.4 1.4
~~~ ~~~
Expand Down
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"' print 'Note: without Setuptools installed you will have to use "python -m virtualenv ENV"'
import sys, os import sys, os


version = '1.4.post1' version = '1.4.1'


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


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


parser.add_option( parser.add_option(
Expand Down
Binary file removed virtualenv_support/pip-0.5.1.tar.gz
Binary file not shown.
Binary file added virtualenv_support/pip-0.6.tar.gz
Binary file not shown.

0 comments on commit 926ab44

Please sign in to comment.