aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2011-05-30 17:57:54 +0200
committerTarek Ziade <tarek@ziade.org>2011-05-30 17:57:54 +0200
commit43c96023483bb0f15a764b96c5fb33146ec3ace2 (patch)
treee736591616ae38071e4b514b74d37410bf7a99a7
parent4a8759265e61381d3c7d6a9df186c0f445fa793e (diff)
downloadexternal_python_setuptools-43c96023483bb0f15a764b96c5fb33146ec3ace2.tar.gz
external_python_setuptools-43c96023483bb0f15a764b96c5fb33146ec3ace2.tar.bz2
external_python_setuptools-43c96023483bb0f15a764b96c5fb33146ec3ace2.zip
update the version in missing place0.6.17
--HG-- branch : distribute extra : rebase_source : f42bd6c515d6085277c1d6a1052fa58b201e4f65
-rwxr-xr-xREADME.txt6
-rwxr-xr-xrelease.sh2
2 files changed, 4 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index 6daeab03..91a60321 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.15.tar.gz
- $ tar -xzvf distribute-0.6.15.tar.gz
- $ cd distribute-0.6.15
+ $ curl -O http://pypi.python.org/packages/source/d/distribute/distribute-0.6.17.tar.gz
+ $ tar -xzvf distribute-0.6.17.tar.gz
+ $ cd distribute-0.6.17
$ python setup.py install
---------------------------
diff --git a/release.sh b/release.sh
index 0281e352..ee0d8589 100755
--- a/release.sh
+++ b/release.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-export VERSION="0.6.15"
+export VERSION="0.6.17"
# tagging
hg tag $VERSION