~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to version.py

  • Committer: Aaron Bentley
  • Date: 2005-06-16 14:44:53 UTC
  • Revision ID: abentley@panoramicfeedback.com-20050616144453-78fdc2eeed3da986
Added copyright/GPL notices

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
__version__ = '1.5.0'
2
 
version_info = tuple(int(n) for n in __version__.split('.'))