Rev 272: Start working on 0.91 version. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
jelmer at samba.org
Mon Sep 10 01:03:24 BST 2007
At file:///data/jelmer/bzr-gtk/trunk/
------------------------------------------------------------
revno: 272
revision-id: jelmer at samba.org-20070827124141-rsvtyw1bf4bd7wt3
parent: jelmer at samba.org-20070827123818-0qd8chb7c7n7hx23
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2007-08-27 14:41:41 +0200
message:
Start working on 0.91 version.
modified:
__init__.py __init__.py-20060519165329-a1fd52c8a829fcd5
setup.py setup.py-20060716162505-h2isrtlg8lmlg2o2-1
=== modified file '__init__.py'
--- a/__init__.py 2007-08-27 12:38:18 +0000
+++ b/__init__.py 2007-08-27 12:41:41 +0000
@@ -33,7 +33,7 @@
import bzrlib
-__version__ = '0.90.0'
+__version__ = '0.91.0'
version_info = tuple(int(n) for n in __version__.split('.'))
=== modified file 'setup.py'
--- a/setup.py 2007-08-10 17:26:38 +0000
+++ b/setup.py 2007-08-27 12:41:41 +0000
@@ -63,7 +63,7 @@
setup(
name = "bzr-gtk",
- version = "0.90.0",
+ version = "0.91.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