~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2008-05-10 03:13:56 UTC
  • mfrom: (3418.6.3 1.5)
  • mto: This revision was merged to the branch mainline in revision 3423.
  • Revision ID: john@arbash-meinel.com-20080510031356-keo9r2fv4gtr1uek
merge in bzr-1.5rc1, revert the transaction cache change

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