aboutsummaryrefslogtreecommitdiffstats
path: root/release.sh
diff options
context:
space:
mode:
authortarek <none@none>2009-09-26 20:20:03 +0200
committertarek <none@none>2009-09-26 20:20:03 +0200
commit7cdf5f6c30168ddc2a0bfbc321e75ef254e719b6 (patch)
treee5174bfed9aa25dc8a147e9b534dc6a01377c24f /release.sh
parent610e31a405f1129651ef5df3bcf0721ceec3076c (diff)
downloadexternal_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-xrelease.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/release.sh b/release.sh
index 6af72616..467a1c24 100755
--- a/release.sh
+++ b/release.sh
@@ -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/