/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to __init__.py

StartĀ onĀ 0.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
# versions ending in 'exp' mean experimental mappings
56
56
# versions ending in 'dev' mean development version
57
57
# versions ending in 'final' mean release (well tested, etc)
58
 
version_info = (0, 2, 1, 'final', 0)
 
58
version_info = (0, 2, 2, 'dev', 0)
59
59
 
60
60
if version_info[3] == 'final':
61
61
    version_string = '%d.%d.%d' % version_info[:3]