~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to meta.py

Change version to 1.1.0dev

While the 1.0 branch goes on to 1.0.1, the trunk will head for 1.1.0 next. 
Any patches that fix issues should preferrably be coded against the 1.0
branch, so that they can be applied to both branches without the need to
cherry-pick or rebase them.  New features should be introduced in trunk.

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, 0, 1, 'dev', 0)
 
26
bzr_plugin_version = (1, 1, 0, 'dev', 0)
27
27
 
28
28
# http://doc.bazaar.canonical.com/developers/plugin-api.html#plugin-version
29
29
# describes another version tuple: