~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to version.py

  • Committer: Aaron Bentley
  • Date: 2007-11-06 18:32:59 UTC
  • Revision ID: abentley@panoramicfeedback.com-20071106183259-vloyvi863z7q6jrc
Tags: release-0.92.1
Fix ImportReplacer glitch when bzrtools is out of date

Show diffs side-by-side

added added

removed removed

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