/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

  • Committer: Parth Malwankar
  • Date: 2010-06-14 16:58:35 UTC
  • mto: (0.40.142 grep)
  • mto: This revision was merged to the branch mainline in revision 6555.
  • Revision ID: parth.malwankar@gmail.com-20100614165835-52i8d4l5sgdj9dp2
updated plugin version.

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