diff options
| author | tarek <none@none> | 2009-09-26 20:20:03 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-09-26 20:20:03 +0200 |
| commit | 7cdf5f6c30168ddc2a0bfbc321e75ef254e719b6 (patch) | |
| tree | e5174bfed9aa25dc8a147e9b534dc6a01377c24f /release.sh | |
| parent | 610e31a405f1129651ef5df3bcf0721ceec3076c (diff) | |
| download | external_python_setuptools-7cdf5f6c30168ddc2a0bfbc321e75ef254e719b6.tar.gz external_python_setuptools-7cdf5f6c30168ddc2a0bfbc321e75ef254e719b6.tar.bz2 external_python_setuptools-7cdf5f6c30168ddc2a0bfbc321e75ef254e719b6.zip | |
starting 0.6.3 development
--HG--
branch : distribute
extra : rebase_source : 2854b62a13986569c1ad9773c54c73eb62025f70
Diffstat (limited to 'release.sh')
| -rwxr-xr-x | release.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -export VERSION="0.6.2" +export VERSION="0.6.3" # creating the releases rm -rf dist @@ -7,6 +7,6 @@ rm -rf dist # now preparing the source release python2.6 setup.py -q egg_info -RDb '' sdist register upload -# pushin the bootstrap script +# pushing the bootstrap script scp distribute_setup.py ziade.org:nightly/build/ |
