diff options
| author | tarek <none@none> | 2009-10-11 11:30:06 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-10-11 11:30:06 +0200 |
| commit | 2bb038c8b8d826f476b6f74867380c9a3a49810a (patch) | |
| tree | b221817e6f721c9c654a5fb196f5084d67cdc3f4 | |
| parent | 009a483d58c57a15f469232daa0de302a877d186 (diff) | |
| download | python-setuptools-git-2bb038c8b8d826f476b6f74867380c9a3a49810a.tar.gz | |
added tagging
--HG--
branch : distribute
extra : rebase_source : a757058ecff1e3fbce98b32276a5075dc84b2157
| -rwxr-xr-x | release.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,10 @@ #!/bin/sh export VERSION="0.6.5" +# tagging +hg tag $VERSION +hg ci -m "bumped revision" + # creating the 3k script mkdir ./temp cp distribute_setup.py ./temp/distribute_setup.py @@ -21,3 +25,5 @@ python2.6 setup.py build_sphinx upload_docs scp distribute_setup.py ziade.org:nightly/build/ scp distribute_setup_3k.py ziade.org:nightly/build/ +# starting the new dev + |
