~qbzr-dev/qbzr/0.22

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Alexander Belchenko
  • Date: 2012-09-18 08:10:13 UTC
  • mto: This revision was merged to the branch mainline in revision 1487.
  • Revision ID: bialix@ukr.net-20120918081013-yf5khnzu9mta2zs7
starting 0.21.5

Show diffs side-by-side

added added

removed removed

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