~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-10-07 11:03:56 UTC
  • mfrom: (3767.2.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20081007110356-zmp1x6pyx5lnlh5k
(mbp) Merge back 1.8 and open 1.9

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, 8, 0, 'dev', 0)
 
53
version_info = (1, 9, 0, 'dev', 0)
54
54
 
55
55
 
56
56
# API compatibility version: bzrlib is currently API compatible with 1.7.