From e6ca683d56eaf71b1851a6a7825988924a213145 Mon Sep 17 00:00:00 2001 From: hparfr Date: Mon, 8 Oct 2018 12:11:41 +0200 Subject: [PATCH] Increment version number --- pos_payment_terminal/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pos_payment_terminal/__manifest__.py b/pos_payment_terminal/__manifest__.py index 850a8e84..9ffb03a9 100644 --- a/pos_payment_terminal/__manifest__.py +++ b/pos_payment_terminal/__manifest__.py @@ -5,7 +5,7 @@ { 'name': 'POS Payment Terminal', - 'version': '10.0.0.1.0', + 'version': '10.0.0.1.1', 'category': 'Point Of Sale', 'summary': 'Manage Payment Terminal device from POS front end', 'author': "Aurélien DUMAINE,Akretion,Odoo Community Association (OCA)",