~qbzr-dev/qbzr/0.19

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Alexander Belchenko
  • Date: 2011-07-20 15:44:14 UTC
  • Revision ID: bialix@ukr.net-20110720154414-l3fbhrljcvcuvd36
Tags: release-0.19.4
prepareĀ 0.19.4

Show diffs side-by-side

added added

removed removed

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