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

  • Committer: Martin Pool
  • Date: 2008-03-16 09:41:48 UTC
  • mto: This revision was merged to the branch mainline in revision 3286.
  • Revision ID: mbp@sourcefrog.net-20080316094148-e3e57sjfq2izy3ms
Start 1.4 development

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.
43
43
 
44
 
version_info = (1, 3, 0, 'candidate', 1)
 
44
version_info = (1, 4, 0, 'dev', 0)
45
45
 
46
46
# API compatibility version: bzrlib is currently API compatible with 0.18.
47
47
api_minimum_version = (0, 18, 0)