Skip to content

Commit

Permalink
Update embedded pip to version 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Feb 16, 2012
1 parent 6b9e3f6 commit 564f52c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/refresh-support-files.py
Expand Up @@ -24,7 +24,7 @@
('http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c11-py2.5.egg', 'setuptools-0.6c11-py2.5.egg'),
('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/source/d/distribute/distribute-0.6.24.tar.gz', 'distribute-0.6.24.tar.gz'),
('http://pypi.python.org/packages/source/p/pip/pip-1.0.2.tar.gz', 'pip-1.0.2.tar.gz'),
('http://pypi.python.org/packages/source/p/pip/pip-1.1.tar.gz', 'pip-1.1.tar.gz'),
]


Expand Down
2 changes: 2 additions & 0 deletions docs/news.txt
Expand Up @@ -4,6 +4,8 @@ Changes & News
In development
~~~~~~~~~~~~~~

* Update embedded pip to version 1.1.

* Fix `--relocatable` under Python 3. Thanks Doug Hellmann.

* Added environ PATH modification to activate_this.py. Thanks Doug
Expand Down
Binary file removed virtualenv_support/pip-1.0.2.tar.gz
Binary file not shown.
Binary file added virtualenv_support/pip-1.1.tar.gz
Binary file not shown.

0 comments on commit 564f52c

Please sign in to comment.