[Pkg-bazaar-commits] ./bzr-gtk/unstable r236: Start working on 0.19.0

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:49:47 UTC 2009


------------------------------------------------------------
revno: 236
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Tue 2007-07-17 04:55:14 +0200
message:
  Start working on 0.19.0
modified:
  NEWS
  __init__.py
  setup.py
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2007-07-16 23:50:03 +0000
+++ b/NEWS	2007-07-17 02:55:14 +0000
@@ -1,3 +1,5 @@
+0.19.0	UNRELEASED
+
 0.18.0  2007-07-17
 
  FEATURES

=== modified file '__init__.py'
--- a/__init__.py	2007-07-16 23:50:03 +0000
+++ b/__init__.py	2007-07-17 02:55:14 +0000
@@ -33,7 +33,7 @@
 
 import bzrlib
 
-__version__ = '0.18.0'
+__version__ = '0.19.0'
 version_info = tuple(int(n) for n in __version__.split('.'))
 
 

=== modified file 'setup.py'
--- a/setup.py	2007-07-15 15:15:59 +0000
+++ b/setup.py	2007-07-17 02:55:14 +0000
@@ -63,7 +63,7 @@
 
 setup(
     name = "bzr-gtk",
-    version = "0.18.0",
+    version = "0.19.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