From b3ffe50cb390eff4cac6ecc2844149a1b8b50a98 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 13 Sep 2021 15:50:16 +0200 Subject: [PATCH] [FIX] agreement_stock: bump version to solve a pypi upload issue --- agreement_stock/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agreement_stock/__manifest__.py b/agreement_stock/__manifest__.py index ea7b5ce11..f76d2f34f 100644 --- a/agreement_stock/__manifest__.py +++ b/agreement_stock/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Agreement - Stock", "summary": "Link picking to an agreement", - "version": "14.0.1.0.0", + "version": "14.0.1.0.1", "category": "Contract", "author": "Open Source Integrators, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/contract",