Rev 205: Start working on 0.18.0 in file:///home/jelmer/bzr-gtk/trunk/

Jelmer Vernooij jelmer at samba.org
Fri Jun 15 19:56:24 BST 2007


At file:///home/jelmer/bzr-gtk/trunk/

------------------------------------------------------------
revno: 205
revision-id: jelmer at samba.org-20070615185622-zm49xlhonr61o65y
parent: jelmer at samba.org-20070615160422-rhzp9b3olzp1raf5
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2007-06-15 20:56:22 +0200
message:
  Start working on 0.18.0
modified:
  NEWS                           news-20070325173539-3va57o99cz3o57xe-1
  __init__.py                    __init__.py-20060519165329-a1fd52c8a829fcd5
  setup.py                       setup.py-20060716162505-h2isrtlg8lmlg2o2-1
=== modified file 'NEWS'
--- a/NEWS	2007-06-15 16:04:22 +0000
+++ b/NEWS	2007-06-15 18:56:22 +0000
@@ -1,3 +1,6 @@
+0.18.0  UNRELEASED
+
+
 0.17.0  2007-06-15
 
  FEATURES

=== modified file '__init__.py'
--- a/__init__.py	2007-06-12 13:49:07 +0000
+++ b/__init__.py	2007-06-15 18:56:22 +0000
@@ -16,7 +16,7 @@
 
 import bzrlib
 
-__version__ = '0.17.0'
+__version__ = '0.18.0'
 version_info = tuple(int(n) for n in __version__.split('.'))
 
 

=== modified file 'setup.py'
--- a/setup.py	2007-06-10 15:54:57 +0000
+++ b/setup.py	2007-06-15 18:56:22 +0000
@@ -63,7 +63,7 @@
 
 setup(
     name = "bzr-gtk",
-    version = "0.17.0",
+    version = "0.18.0",
     maintainer = "Jelmer Vernooij",
     maintainer_email = "jelmer at samba.org",
     description = "GTK+ Frontends for various Bazaar commands",




More information about the bazaar-commits mailing list