Commit ae7bd543 authored by guyroz's avatar guyroz

bumped revision

--HG--
branch : distribute
extra : rebase_source : ff16d114bfdaff7a969371dfb51f303298fec106
parent b14d6f5d
......@@ -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
......
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