diff options
author | guyroz <none@none> | 2011-09-22 18:57:34 +0300 |
---|---|---|
committer | guyroz <none@none> | 2011-09-22 18:57:34 +0300 |
commit | ae7bd543495b7f0bb55ab674df1d01fdb47d1cc4 (patch) | |
tree | 4d8f1fd0883e88d99be04ca5d46dd8c5eeba202c | |
parent | b14d6f5de65d65d25af6a64741dad5160182ba48 (diff) | |
download | external_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-x | release.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |