~mfisch/ubuntu/saucy/distribute/update-to-0.6.37-1

« back to all changes in this revision

Viewing changes to release.py

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2013-01-15 21:13:37 UTC
  • mto: (9.1.6 experimental) (1.1.8)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20130115211337-n6rcw9p4bsu2tdn7
Tags: upstream-0.6.34
ImportĀ upstreamĀ versionĀ 0.6.34

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
except Exception:
21
21
        pass
22
22
 
23
 
VERSION = '0.6.30'
 
23
VERSION = '0.6.34'
24
24
 
25
25
def get_next_version():
26
26
        digits = map(int, VERSION.split('.'))