~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Martin Pool
  • Date: 2005-08-19 21:39:05 UTC
  • Revision ID: mbp@sourcefrog.net-20050819213905-dcb792daf09efa84
prepare 0.0.6 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
"""bzr library"""
18
18
 
 
19
# TODO: Do less imports here
19
20
from branch import Branch, ScratchBranch, find_branch
20
21
from errors import BzrError
21
22
 
41
42
 
42
43
__copyright__ = "Copyright 2005 Canonical Development Ltd."
43
44
__author__ = "Martin Pool <mbp@canonical.com>"
44
 
__version__ = '0.0.5'
 
45
__version__ = '0.0.6'
45
46
 
46
47
 
47
48
def get_bzr_revision():