/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 __init__.py

Depend on a newer dulwich.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    version_string = '%d.%d.%d%s%d' % version_info
64
64
__version__ = version_string
65
65
 
66
 
MINIMUM_DULWICH_VERSION = (0, 3, 0)
 
66
MINIMUM_DULWICH_VERSION = (0, 3, 1)
67
67
COMPATIBLE_BZR_VERSIONS = [(1, 14, 0), (1, 15, 0)]
68
68
 
69
69
if getattr(sys, "frozen", None):