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,