aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguyroz <none@none>2011-09-22 18:57:34 +0300
committerguyroz <none@none>2011-09-22 18:57:34 +0300
commitae7bd543495b7f0bb55ab674df1d01fdb47d1cc4 (patch)
tree4d8f1fd0883e88d99be04ca5d46dd8c5eeba202c
parentb14d6f5de65d65d25af6a64741dad5160182ba48 (diff)
downloadexternal_python_setuptools-ae7bd543495b7f0bb55ab674df1d01fdb47d1cc4.tar.gz
external_python_setuptools-ae7bd543495b7f0bb55ab674df1d01fdb47d1cc4.tar.bz2
external_python_setuptools-ae7bd543495b7f0bb55ab674df1d01fdb47d1cc4.zip
bumped revision
--HG-- branch : distribute extra : rebase_source : ff16d114bfdaff7a969371dfb51f303298fec106
-rwxr-xr-xrelease.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/release.sh b/release.sh
index cad44245..9c98f1d5 100755
--- a/release.sh
+++ b/release.sh
@@ -2,7 +2,7 @@
export VERSION="0.6.23"
# tagging
-hg tag $VERSION
+hg tag $VERSION -f
hg ci -m "bumped revision"
# creating the releases
@@ -11,6 +11,7 @@ rm -rf ./dist
# now preparing the source release, pushing it and its doc
python2.6 setup.py -q egg_info -RDb '' sdist register upload
cd docs/
+make clean
make html
cd ..
python2.6 setup.py upload_docs