aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-02-16 03:12:35 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-02-16 03:12:35 -0500
commit1e7b49282e6f36d5d624bdf50f1ea9a34f52cfee (patch)
tree1d327420db83255694082f91e921beb00b79721f /release.py
parentf2b43352cc25c12115ed5bf4db86a6f88fc81a9f (diff)
downloadexternal_python_setuptools-1e7b49282e6f36d5d624bdf50f1ea9a34f52cfee.tar.gz
external_python_setuptools-1e7b49282e6f36d5d624bdf50f1ea9a34f52cfee.tar.bz2
external_python_setuptools-1e7b49282e6f36d5d624bdf50f1ea9a34f52cfee.zip
Bumped to 0.6.36 in preparation for next release.
--HG-- branch : distribute extra : rebase_source : 82ea3f25bc7836db7398b0e602ef34baa1f2c34e
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 98370304..46720a8e 100644
--- a/release.py
+++ b/release.py
@@ -20,7 +20,7 @@ try:
except Exception:
pass
-VERSION = '0.6.35'
+VERSION = '0.6.36'
def get_next_version():
digits = map(int, VERSION.split('.'))