/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2019-03-06 14:23:50 UTC
  • mto: This revision was merged to the branch mainline in revision 7295.
  • Revision ID: v.ladeuil+brz@free.fr-20190306142350-0i07s9s4ft3sdsb5
Open trunk again as 3.1.0dev1

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
# Python version 2.0 is (2, 0, 0, 'final', 0)."  Additionally we use a
51
51
# releaselevel of 'dev' for unreleased under-development code.
52
52
 
53
 
version_info = (3, 0, 0, 'final', 0)
 
53
version_info = (3, 1, 0, 'dev', 1)
54
54
 
55
55
 
56
56
def _format_version_tuple(version_info):