~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2006-10-24 14:39:46 UTC
  • Revision ID: abentley@panoramicfeedback.com-20061024143946-756da615bcfb92fa
Fix bug setting parent paths by letting Branch command do it

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
import bzrlib
6
6
 
7
7
 
8
 
__version__ = '0.11.0'
 
8
__version__ = '0.12.0'
9
9
 
10
10
 
11
11
version_info = tuple(int(n) for n in __version__.split('.'))