diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-02-16 03:12:35 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-02-16 03:12:35 -0500 |
commit | 1e7b49282e6f36d5d624bdf50f1ea9a34f52cfee (patch) | |
tree | 1d327420db83255694082f91e921beb00b79721f /release.py | |
parent | f2b43352cc25c12115ed5bf4db86a6f88fc81a9f (diff) | |
download | external_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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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('.')) |