aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2011-08-18 18:59:35 -0400
committerJason R. Coombs <jaraco@jaraco.com>2011-08-18 18:59:35 -0400
commit415e9dbe45360be9a592d5916e87cb16b1b023a4 (patch)
tree2866e454098200ef3ac1f2ee4968cd5bd303c653
parentb58cc8e94de52d906f2e04fc910e49fc7fb050c3 (diff)
downloadexternal_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.txt6
-rwxr-xr-xREADME.txt6
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
------
diff --git a/README.txt b/README.txt
index f562d628..3ce7df6e 100755
--- a/README.txt
+++ b/README.txt
@@ -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
---------------------------