~qbzr-dev/qbzr/0.21

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Alexander Belchenko
  • Date: 2011-12-07 16:35:03 UTC
  • Revision ID: bialix@ukr.net-20111207163503-pfuw8hdg8liw3oaf
Tags: release-0.21.2
prepareĀ 0.21.2

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