/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-11-04 16:05:23 UTC
  • mto: (66.2.3 bzr-gtk)
  • mto: This revision was merged to the branch mainline in revision 110.
  • Revision ID: jelmer@samba.org-20061104160523-8f228a4337adcc53
Bump version number.

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.11.0'
 
25
__version__ = '0.12.0'
26
26
 
27
27
class cmd_gbranch(Command):
28
28
    """GTK+ branching.