41
41
# Python version 2.0 is (2, 0, 0, 'final', 0)." Additionally we use a
42
42
# releaselevel of 'dev' for unreleased under-development code.
44
version_info = (1, 4, 0, 'dev', 0)
44
version_info = (1, 5, 0, 'dev', 0)
46
46
# API compatibility version: bzrlib is currently API compatible with 0.18.
47
47
api_minimum_version = (0, 18, 0)
49
49
def _format_version_tuple(version_info):
52
52
This format matches <http://docs.python.org/dist/meta-data.html>
53
53
and the typical presentation used in Python output.