~zearin/bzr-explorer/trunk

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Gary van der Merwe
  • Date: 2010-11-26 14:42:06 UTC
  • Revision ID: garyvdm@gmail.com-20101126144206-hdjc15e19lnck3y1
Start 1.1.3 dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
for more information.
26
26
"""
27
27
 
28
 
version_info = (1, 1, 2, 'final', 0)
 
28
version_info = (1, 1, 3, 'dev', 0)
29
29
__version__ = '.'.join(map(str, version_info))
30
30
 
31
31