Commit 43c96023 authored by Tarek Ziade's avatar Tarek Ziade

update the version in missing place

--HG--
branch : distribute
extra : rebase_source : f42bd6c515d6085277c1d6a1052fa58b201e4f65
parent 4a875926
......@@ -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
---------------------------
......
#!/bin/sh
export VERSION="0.6.15"
export VERSION="0.6.17"
# tagging
hg tag $VERSION
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment