~piastucki/+junk/xmloutput3

« back to all changes in this revision

Viewing changes to info.py

  • Committer: Guillermo Gonzalez
  • Date: 2011-03-09 23:44:46 UTC
  • Revision ID: guillo.gonzo@gmail.com-20110309234446-a1bbe305xnr2afi6
Tags: 0.8.7
releaseĀ 0.8.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
bzr_plugin_name = "xmloutput"
18
18
 
19
19
# See bzrlib/__init__.py for the definition of version tuple format
20
 
bzr_plugin_version = (0, 8, 7, 'dev', 0)
 
20
bzr_plugin_version = (0, 8, 7, 'final', 0)
21
21
 
22
22
bzr_commands = ['xmlannotate', 'xmlinfo', 'xmlmissing', 'xmllog', 'xmlls',
23
23
                'xmlplugins', 'xmlversion', 'start-xmlrpc', 'stop-xmlrpc']