~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to version.py

  • Committer: Robert Collins
  • Date: 2005-09-13 14:00:45 UTC
  • mto: (147.2.6) (364.1.3 bzrtools)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: robertc@robertcollins.net-20050913140044-c7d2289742935b0c
archive at a time imports

Show diffs side-by-side

added added

removed removed

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