~qbzr-dev/qbzr/0.22

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Alexander Belchenko
  • Date: 2012-08-03 10:12:34 UTC
  • mfrom: (1415.1.25 0.21)
  • Revision ID: bialix@ukr.net-20120803101234-8bgzcdvdlno44a1u
qcommit: Better support of cancel commit for foreign branches (git/svn/etc). (Bug #1030343, Jared Silva, Jelmer Vernooij)

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,4,'final',0)
 
75
version_info = (0,22,5,'dev',0)
76
76
__version__ = '.'.join(map(str, version_info))
77
77
 
78
78