50
50
# Python version 2.0 is (2, 0, 0, 'final', 0)." Additionally we use a
51
51
# releaselevel of 'dev' for unreleased under-development code.
53
version_info = (1, 15, 0, 'dev', 0)
53
version_info = (1, 16, 0, 'dev', 0)
55
55
# API compatibility version: bzrlib is currently API compatible with 1.13.
56
56
api_minimum_version = (1, 15, 0)