Rev 183: Set version to 0.15.1 in file:///home/jelmer/bzr-gtk/0.15/

Jelmer Vernooij jelmer at samba.org
Sun Mar 25 17:31:49 BST 2007


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

------------------------------------------------------------
revno: 183
revision-id: jelmer at samba.org-20070325163146-n1d91lgybauqwiwh
parent: jelmer at samba.org-20070323134329-xx25fcg5hsh7noat
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.15
timestamp: Sun 2007-03-25 18:31:46 +0200
message:
  Set version to 0.15.1
modified:
  __init__.py                    __init__.py-20060519165329-a1fd52c8a829fcd5
  annotate/__init__.py           __init__.py-20051024072750-b020313422c16256
  setup.py                       setup.py-20060716162505-h2isrtlg8lmlg2o2-1
=== modified file '__init__.py'
--- a/__init__.py	2007-03-23 13:43:29 +0000
+++ b/__init__.py	2007-03-25 16:31:46 +0000
@@ -16,7 +16,7 @@
 
 import bzrlib
 
-__version__ = '0.16.0'
+__version__ = '0.15.1'
 version_info = tuple(int(n) for n in __version__.split('.'))
 
 

=== modified file 'annotate/__init__.py'
--- a/annotate/__init__.py	2006-05-20 19:24:12 +0000
+++ b/annotate/__init__.py	2007-03-25 16:31:46 +0000
@@ -14,6 +14,5 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-__version__ = "0.7pre"
 __author__ = "Dan Loda <danloda at gmail.com>"
 

=== modified file 'setup.py'
--- a/setup.py	2007-03-02 16:02:56 +0000
+++ b/setup.py	2007-03-25 16:31:46 +0000
@@ -63,7 +63,7 @@
 
 setup(
     name = "bzr-gtk",
-    version = "0.14.0",
+    version = "0.15.1",
     maintainer = "Jelmer Vernooij",
     maintainer_email = "jelmer at samba.org",
     description = "GTK+ Frontends for various Bazaar commands",




More information about the bazaar-commits mailing list