summaryrefslogtreecommitdiff
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
commit3a8b303237f7b54c0a3d6213d47e484c7a467152 (patch)
tree16f835135f30c856752226d8dda83a08c9c67ce0 /release.py
parent0931b19fa5394b47d7a4f3c9269a989c82ed1790 (diff)
downloadpython-setuptools-bitbucket-3a8b303237f7b54c0a3d6213d47e484c7a467152.tar.gz
Bumped to 0.6.36 in preparation for next release.
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('.'))