/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 version.py

grep support --diff for searching changesets. (#540705)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
"""Plugin version information."""
17
17
 
18
18
 
19
 
version_info = (0, 4, 0, 'final', 0)
 
19
version_info = (0, 5, 0, 'dev', 0)
20
20
version_str = '.'.join(map(str, version_info))
21
21