/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: Canonical.com Patch Queue Manager
  • Date: 2009-08-11 04:06:17 UTC
  • mfrom: (4596.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090811040617-g99p5v2wsn13ww8z
(mbp) merge back 1.18 and set version to 2.0dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.
52
52
 
53
 
version_info = (1, 18, 0, 'dev', 0)
 
53
version_info = (2, 0, 0, 'dev', 0)
54
54
 
55
55
# API compatibility version: bzrlib is currently API compatible with 1.15.
56
56
api_minimum_version = (1, 17, 0)