~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-03-25 00:02:51 UTC
  • mfrom: (5106.1.1 version-bump)
  • Revision ID: pqm@pqm.ubuntu.com-20100325000251-bwsv5c5d3l9x3lnn
(Jelmer) Bump API version for 2.2.0.

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):