/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Jelmer Vernooij
  • Date: 2006-08-30 11:25:53 UTC
  • Revision ID: jelmer@samba.org-20060830112553-04312d12ed56cb46
PrepareĀ forĀ 0.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
from bzrlib.workingtree import WorkingTree
25
25
from bzrlib.bzrdir import BzrDir
26
26
 
27
 
__version__ = '0.9.0'
 
27
__version__ = '0.10.0'
28
28
 
29
29
class cmd_gbranch(Command):
30
30
    """GTK+ branching.