From 2810dedbcaeec908fa6a7ea7f2202d4ff1c49765 Mon Sep 17 00:00:00 2001 From: Dmitrijs Ledkovs Date: Thu, 10 Nov 2011 14:22:29 +0000 Subject: [PATCH] Releasing 0.3 --- account_banking_uk_hsbc/__openerp__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/account_banking_uk_hsbc/__openerp__.py b/account_banking_uk_hsbc/__openerp__.py index 8488e0b0b..61a0dac75 100644 --- a/account_banking_uk_hsbc/__openerp__.py +++ b/account_banking_uk_hsbc/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## { 'name': 'HSBC Account Banking', - 'version': '0.2', + 'version': '0.3', 'license': 'AGPL-3', 'author': 'credativ Ltd', 'website': 'http://www.credativ.co.uk', @@ -42,6 +42,8 @@ This module adds above import/export filter to the account_banking module. All business logic is in account_banking module. + + Initial release of this module was co-sponsored by canonical. ''', 'active': False, 'installable': True,