[Pkg-bazaar-commits] ./bzr-gtk/unstable r82: Release 0.11.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:45:53 UTC 2009


------------------------------------------------------------
revno: 82
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: bzr-gtk
timestamp: Fri 2006-09-29 21:58:36 +0200
message:
  Release 0.11.
modified:
  README
  __init__.py
  setup.py
-------------- next part --------------
=== modified file 'README'
--- a/README	2006-09-05 20:46:39 +0000
+++ b/README	2006-09-29 19:58:36 +0000
@@ -14,7 +14,7 @@
 need the following runtime dependencies:
 
   * Python 2.4
-  * bzr 0.10 or later
+  * bzr 0.11 or later
   * PyGTK 2.8 or later
 
 In order to see graphs in the visualisation tool, you will also need:

=== modified file '__init__.py'
--- a/__init__.py	2006-09-06 09:27:12 +0000
+++ b/__init__.py	2006-09-29 19:58:36 +0000
@@ -22,7 +22,7 @@
 from bzrlib.workingtree import WorkingTree
 from bzrlib.bzrdir import BzrDir
 
-__version__ = '0.10.0'
+__version__ = '0.11.0'
 
 class cmd_gbranch(Command):
     """GTK+ branching.

=== modified file 'setup.py'
--- a/setup.py	2006-08-30 11:25:53 +0000
+++ b/setup.py	2006-09-29 19:58:36 +0000
@@ -5,7 +5,7 @@
 
 setup(
     name = "gtk",
-    version = "0.10.0",
+    version = "0.11.0",
     maintainer = "Jelmer Vernooij",
     maintainer_email = "jelmer at samba.org",
     description = "GTK+ Frontends for various Bazaar commands",



More information about the Pkg-bazaar-commits mailing list