~bzr/bzr/bzr.1.5

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-05-16 19:51:38 UTC
  • mfrom: (3421.1.3 1.5-final)
  • Revision ID: pqm@pqm.ubuntu.com-20080516195138-isg4n1lil96in524
(jam) bzr-1.5final

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, 5, 0, 'candidate', 1)
 
44
version_info = (1, 5, 0, 'final', 0)
45
45
 
46
46
 
47
47
# API compatibility version: bzrlib is currently API compatible with 0.18.