~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Robert Collins
  • Date: 2010-05-27 17:59:18 UTC
  • mfrom: (4797.43.14 2.1)
  • mto: This revision was merged to the branch mainline in revision 5264.
  • Revision ID: robertc@robertcollins.net-20100527175918-un0gcxr0n9or5tb3
Tags: bzr-2.2b3
ReleaseĀ 2.2b3.

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, 2, 0, 'dev', 1)
 
47
version_info = (2, 2, 0, 'beta', 3)
48
48
 
49
49
# API compatibility version
50
50
api_minimum_version = (2, 2, 0)