~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to meta.py

Tags: 1.1.0
Release 1.1.0 final

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
# Have a look at bzrlib._format_version_tuple for info about version 5-tuples,
24
24
# and at http://packages.python.org/distribute/setuptools.html#specifying-your-project-s-version
25
25
# for information about how python versions do compare with setuptools
26
 
bzr_plugin_version = (1, 1, 0, 'dev', 0)
 
26
bzr_plugin_version = (1, 1, 0, 'final', 0)
27
27
 
28
28
# http://doc.bazaar.canonical.com/developers/plugin-api.html#plugin-version
29
29
# describes another version tuple: