~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: 2009-11-16 21:11:35 UTC
  • mfrom: (4797.1.5 2.1.0b4-dev)
  • Revision ID: pqm@pqm.ubuntu.com-20091116211135-yrz2cqc5t8h56lve
(jam) Merge 2.1.0b3 back to trunk, and start 2.1.0dev4

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', 3)
 
47
version_info = (2, 1, 0, 'dev', 4)
48
48
 
49
49
# API compatibility version: bzrlib is currently API compatible with 1.15.
50
50
api_minimum_version = (2, 1, 0)