~verterok/bzr-xmloutput/threads

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Guillermo Gonzalez
  • Date: 2008-09-25 03:57:53 UTC
  • mfrom: (105.1.4 dev)
  • Revision ID: guillo.gonzo@gmail.com-20080925035753-t195o0kn2xyt0627
Tags: 0.8
 * merge with my dev branch
  - xmlrpc service now wraps the output in a xmlrpclib.Binary instance
    to avoid encoding problems in the client parser
  - improvements in status and log
  - version bump to 0.8.0 

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
""")
54
54
 
55
55
 
56
 
version_info = (0, 7, 0)
 
56
version_info = (0, 8, 0)
57
57
plugin_name = 'xmloutput'
58
58
 
59
59
null_option = Option('null', help='Write an ascii NUL (\\0) as the final char')