/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-03-24 03:41:16 UTC
  • mfrom: (4187.1.3 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20090324034116-embqt47gflj9vv54
(tanner) merge 1.13.1 to bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
version_info = (1, 14, 0, 'dev', 0)
54
54
 
55
 
 
56
55
# API compatibility version: bzrlib is currently API compatible with 1.13.
57
56
api_minimum_version = (1, 13, 0)
58
57