/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

Merge bzr.dev into cleanup

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