diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2011-08-18 18:59:35 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2011-08-18 18:59:35 -0400 |
commit | 415e9dbe45360be9a592d5916e87cb16b1b023a4 (patch) | |
tree | 2866e454098200ef3ac1f2ee4968cd5bd303c653 | |
parent | b58cc8e94de52d906f2e04fc910e49fc7fb050c3 (diff) | |
download | external_python_setuptools-415e9dbe45360be9a592d5916e87cb16b1b023a4.tar.gz external_python_setuptools-415e9dbe45360be9a592d5916e87cb16b1b023a4.tar.bz2 external_python_setuptools-415e9dbe45360be9a592d5916e87cb16b1b023a4.zip |
Bumped version in README and CHANGES
--HG--
branch : distribute
extra : rebase_source : ef7f9f76ee6efa1973b3aa0e8a3e2aa6b97ee5d0
-rw-r--r-- | CHANGES.txt | 6 | ||||
-rwxr-xr-x | README.txt | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 616ba458..8a4bcebf 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,12 @@ CHANGES ======= ------ +0.6.21 +------ + +* ADD STUFF HERE + +------ 0.6.20 ------ @@ -99,9 +99,9 @@ Source installation Download the source tarball, uncompress it, then run the install command:: - $ curl -O http://pypi.python.org/packages/source/d/distribute/distribute-0.6.20.tar.gz - $ tar -xzvf distribute-0.6.20.tar.gz - $ cd distribute-0.6.20 + $ curl -O http://pypi.python.org/packages/source/d/distribute/distribute-0.6.21.tar.gz + $ tar -xzvf distribute-0.6.21.tar.gz + $ cd distribute-0.6.21 $ python setup.py install --------------------------- |