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 = (2, 0, 0, 'candidate', 2)
53
version_info = (2, 0, 0, 'final', 0)
55
55
# API compatibility version: bzrlib is currently API compatible with 1.15.
56
56
api_minimum_version = (1, 17, 0)