aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-12-31 10:27:51 -0500
committerJason R. Coombs <jaraco@jaraco.com>2012-12-31 10:27:51 -0500
commit9e26a920ffd60595ed80f1c4e6f4bdd49507c0f2 (patch)
tree89cf27cc7ef4b51056a32812a935bbeb53b4b7f9 /release.py
parent3c251bf338c72f65c83a3b51ea709c738c460722 (diff)
downloadexternal_python_setuptools-9e26a920ffd60595ed80f1c4e6f4bdd49507c0f2.tar.gz
external_python_setuptools-9e26a920ffd60595ed80f1c4e6f4bdd49507c0f2.tar.bz2
external_python_setuptools-9e26a920ffd60595ed80f1c4e6f4bdd49507c0f2.zip
Bumped to 0.6.35 in preparation for next release.
--HG-- branch : distribute extra : rebase_source : 77f34fdeebd01224a2d399855f0674108133b3e6
Diffstat (limited to 'release.py')
-rw-r--r--release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py
index d3746054..98370304 100644
--- a/release.py
+++ b/release.py
@@ -20,7 +20,7 @@ try:
except Exception:
pass
-VERSION = '0.6.34'
+VERSION = '0.6.35'
def get_next_version():
digits = map(int, VERSION.split('.'))