~spiv/bzr-rewrite/rewrite-committer-hack

« back to all changes in this revision

Viewing changes to info.py

  • Committer: Jelmer Vernooij
  • Date: 2010-08-10 14:03:44 UTC
  • Revision ID: jelmer@samba.org-20100810140344-nqqqw1x4cw2c5k7i
Tags: bzr-rewrite-0.6.1
ReleaseĀ 0.6.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python
2
2
bzr_plugin_name = 'rewrite'
3
3
 
4
 
bzr_plugin_version = (0, 6, 1, 'dev', 0)
 
4
bzr_plugin_version = (0, 6, 1, 'final', 0)
5
5
 
6
6
bzr_compatible_versions = [
7
7
    (1, 14, 0), (1, 15, 0), (1, 16, 0), (1, 17, 0), (1, 18, 0),