From f5dda88479624699edc393fd00702861f44d53e2 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Mon, 11 Mar 2019 10:56:45 +0100 Subject: [PATCH] Bump module version number --- account_lock_date_update/__manifest__.py | 2 +- account_permanent_lock_move/__manifest__.py | 2 +- account_permanent_lock_move_update/__manifest__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/account_lock_date_update/__manifest__.py b/account_lock_date_update/__manifest__.py index d7eb4efc0..8b9806c91 100644 --- a/account_lock_date_update/__manifest__.py +++ b/account_lock_date_update/__manifest__.py @@ -7,7 +7,7 @@ 'summary': """ Allow an Account adviser to update lock dates without having access to all technical settings""", - 'version': '10.0.1.0.0', + 'version': '10.0.1.0.1', 'license': 'AGPL-3', 'author': 'ACSONE SA/NV, Odoo Community Association (OCA)', 'website': 'https://github.com/OCA/account-financial-tools', diff --git a/account_permanent_lock_move/__manifest__.py b/account_permanent_lock_move/__manifest__.py index 41b4c4ab4..1fa028f1f 100644 --- a/account_permanent_lock_move/__manifest__.py +++ b/account_permanent_lock_move/__manifest__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Permanent Lock Move", - "version": "10.0.1.0.0", + "version": "10.0.1.0.1", "depends": ["account"], "author": "Camptocamp,Odoo Community Association (OCA)", "website": "http://www.camptocamp.com/", diff --git a/account_permanent_lock_move_update/__manifest__.py b/account_permanent_lock_move_update/__manifest__.py index feb44b2cd..40a0fe729 100644 --- a/account_permanent_lock_move_update/__manifest__.py +++ b/account_permanent_lock_move_update/__manifest__.py @@ -7,7 +7,7 @@ 'summary': """ Allow an Account adviser to update permanent lock date without having access to all technical settings""", - 'version': '10.0.1.0.0', + 'version': '10.0.1.0.1', 'license': 'AGPL-3', 'author': 'ACSONE SA/NV, Odoo Community Association (OCA)', 'website': 'https://github.com/OCA/account-financial-tools',