From cc8ccfd9ce9532c8701d13165e796a3020e682ed Mon Sep 17 00:00:00 2001 From: Juliana Date: Wed, 7 Jul 2021 17:09:06 +0200 Subject: [PATCH] Add version module --- __manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__manifest__.py b/__manifest__.py index ad4f532..43ef5a6 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -1,7 +1,7 @@ { "name": "VRACOOP - POS API V2", "summary": "VRACOOP - POS API V2", - "version": "12.0.1.0.1", + "version": "12.1.0.0", "development_status": "Beta", "author": "Le Filament", "maintainers": ["remi-filament"],