Rev 52: bzr-search for bzr 1.6. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/1.6

Robert Collins robertc at robertcollins.net
Wed Aug 27 08:58:38 BST 2008


At http://people.ubuntu.com/~robertc/baz2.0/plugins/search/1.6

------------------------------------------------------------
revno: 52
revision-id: robertc at robertcollins.net-20080827075837-8ahm43e8ifrftqht
parent: robertc at robertcollins.net-20080801014230-m2h2dqwz4pel2aq2
committer: Robert Collins <robertc at robertcollins.net>
branch nick: 1.6
timestamp: Wed 2008-08-27 17:58:37 +1000
message:
  bzr-search for bzr 1.6.
modified:
  NEWS                           news-20080608052041-z5bahsl8kwl0uf4x-2
  __init__.py                    __init__.py-20080608052041-z5bahsl8kwl0uf4x-4
  setup.py                       setup.py-20080608052041-z5bahsl8kwl0uf4x-6
=== modified file 'NEWS'
--- a/NEWS	2008-08-01 01:35:31 +0000
+++ b/NEWS	2008-08-27 07:58:37 +0000
@@ -4,8 +4,8 @@
 
 .. contents::
 
-IN DEVELOPMENT
---------------
+1.6
+---
 
   NOTES WHEN UPGRADING:
   

=== modified file '__init__.py'
--- a/__init__.py	2008-08-01 01:35:31 +0000
+++ b/__init__.py	2008-08-27 07:58:37 +0000
@@ -45,7 +45,7 @@
     bzrlib.commands.register_command(getattr(commands, 'cmd_' + command))
 
 
-version_info = (1, 6, 0, 'dev', 3)
+version_info = (1, 6, 0, 'final', 0)
 
 
 def auto_index_branch(result):

=== modified file 'setup.py'
--- a/setup.py	2008-08-01 01:35:31 +0000
+++ b/setup.py	2008-08-27 07:58:37 +0000
@@ -3,13 +3,13 @@
 
 bzr_plugin_name = 'search'
 
-bzr_plugin_version = (1, 6, 0, 'dev', 3)
+bzr_plugin_version = (1, 6, 0, 'final', 0)
 bzr_commands = ['index', 'search']
 bzr_minimum_version = (1, 6, 0)
 
 if __name__ == '__main__':
     setup(name="bzr search",
-          version="1.6.0dev0",
+          version="1.6.0final0",
           description="bzr search plugin.",
           author="Robert Collins",
           author_email="bazaar at lists.canonical.com",




More information about the bazaar-commits mailing list