~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to info.py

  • Committer: William Grant
  • Date: 2011-03-24 03:40:33 UTC
  • mto: (456.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 457.
  • Revision ID: william.grant@canonical.com-20110324034033-4fdcwdrt22psifrc
Tags: loggerhead-1.18.1
Update NEWS and __version__ for 1.18.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
bzr_plugin_version = (1, 18, 0)
7
7
 
8
8
bzr_compatible_versions = [
9
 
    (1, 17, 0), (1, 18, 0), (2, 0, 0), (2, 1, 0), (2, 2, 0), (2, 3, 0),
10
 
    (2, 4, 0)]
 
9
    (1, 17, 0), (1, 18, 0), (2, 0, 0), (2, 1, 0), (2, 2, 0), (2, 3, 0)]
11
10
 
12
11
bzr_minimum_version = bzr_compatible_versions[0]
13
12