diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2012-12-31 10:27:51 -0500 | 
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-12-31 10:27:51 -0500 | 
| commit | 9e26a920ffd60595ed80f1c4e6f4bdd49507c0f2 (patch) | |
| tree | 89cf27cc7ef4b51056a32812a935bbeb53b4b7f9 /release.py | |
| parent | 3c251bf338c72f65c83a3b51ea709c738c460722 (diff) | |
| download | python-setuptools-git-9e26a920ffd60595ed80f1c4e6f4bdd49507c0f2.tar.gz | |
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.py | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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('.'))  | 
