~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2009-12-14 20:27:55 UTC
  • mfrom: (4634.107.2 2.0.3-dev)
  • mto: (4797.2.2 2.1)
  • mto: This revision was merged to the branch mainline in revision 4899.
  • Revision ID: john@arbash-meinel.com-20091214202755-4dxijbonauq3og01
Merge in some of the 2.0.3 stuff, start preparing 2.1.0b4

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
# Python version 2.0 is (2, 0, 0, 'final', 0)."  Additionally we use a
45
45
# releaselevel of 'dev' for unreleased under-development code.
46
46
 
47
 
version_info = (2, 1, 0, 'dev', 4)
 
47
version_info = (2, 1, 0, 'beta', 4)
48
48
 
49
49
# API compatibility version: bzrlib is currently API compatible with 1.15.
50
50
api_minimum_version = (2, 1, 0)