/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 rev 4098

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
version_info = (1, 13, 0, 'dev', 0)
54
54
 
55
55
 
56
 
# API compatibility version: bzrlib is currently API compatible with 1.11.
57
 
api_minimum_version = (1, 11, 0)
 
56
# API compatibility version: bzrlib is currently API compatible with 1.13.
 
57
api_minimum_version = (1, 13, 0)
58
58
 
59
59
 
60
60
def _format_version_tuple(version_info):