~qbzr-dev/qbzr/0.20

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Alexander Belchenko
  • Date: 2011-12-07 15:54:09 UTC
  • Revision ID: bialix@ukr.net-20111207155409-fkudm4f7b708hs5c
Tags: release-0.20.3
prepareĀ 0.20.3

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, 20, 3, 'dev', 0)
 
73
version_info = (0, 20, 3, 'final', 0)
74
74
__version__ = '.'.join(map(str, version_info))
75
75
 
76
76