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, 17, 0, 'dev', 0)
53
version_info = (1, 11, 0, 'candidate', 1)
58
60
def _format_version_tuple(version_info):
61
63
This format matches <http://docs.python.org/dist/meta-data.html>
62
64
and the typical presentation used in Python output.