~qbzr-dev/qbzr/0.22

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Alexander Belchenko
  • Date: 2012-06-12 07:19:00 UTC
  • Revision ID: bialix@ukr.net-20120612071900-a19k619cwy8gyyh0
starting 0.22.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
 * bug-url - print full URL to a specific bug, or open it in your browser.
73
73
"""
74
74
 
75
 
version_info = (0, 22, 3, 'final', 0)
 
75
version_info = (0, 22, 4, 'dev', 0)
76
76
__version__ = '.'.join(map(str, version_info))
77
77
 
78
78