~garyvdm/bzr/no_MSVCP90.dll

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-10-07 15:18:57 UTC
  • mfrom: (5468.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20101007151857-njgnlwp629nb09kr
(vila) Bump API version to 2.3.0 (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
version_info = (2, 3, 0, 'dev', 2)
56
56
 
57
57
# API compatibility version
58
 
api_minimum_version = (2, 2, 0)
 
58
api_minimum_version = (2, 3, 0)
59
59
 
60
60
 
61
61
def _format_version_tuple(version_info):