/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 bzrlib/__init__.py

  • Committer: Andrew Bennetts
  • Date: 2010-04-08 07:01:10 UTC
  • mfrom: (5138 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5141.
  • Revision ID: andrew.bennetts@canonical.com-20100408070110-mnvv0kbbyaj6cqdg
MergeĀ lp:bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
version_info = (2, 2, 0, 'dev', 1)
48
48
 
49
49
# API compatibility version
50
 
api_minimum_version = (2, 1, 0)
 
50
api_minimum_version = (2, 2, 0)
51
51
 
52
52
 
53
53
def _format_version_tuple(version_info):