diff options
author | Tarek Ziade <tarek@ziade.org> | 2011-05-30 17:57:54 +0200 |
---|---|---|
committer | Tarek Ziade <tarek@ziade.org> | 2011-05-30 17:57:54 +0200 |
commit | 43c96023483bb0f15a764b96c5fb33146ec3ace2 (patch) | |
tree | e736591616ae38071e4b514b74d37410bf7a99a7 | |
parent | 4a8759265e61381d3c7d6a9df186c0f445fa793e (diff) | |
download | external_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-x | README.txt | 6 | ||||
-rwxr-xr-x | release.sh | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -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 --------------------------- @@ -1,5 +1,5 @@ #!/bin/sh -export VERSION="0.6.15" +export VERSION="0.6.17" # tagging hg tag $VERSION |