/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-09-29 19:58:36 UTC
  • Revision ID: jelmer@samba.org-20060929195836-680a3b721471c42a
ReleaseĀ 0.11.

Show diffs side-by-side

added added

removed removed

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