From db1b874eeec01f1c5b2bcee91ca84bd72e692b7f Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 23 Oct 2020 13:54:57 +0000 Subject: [PATCH] attachment_queue 12.0.1.0.1 --- attachment_queue/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attachment_queue/__manifest__.py b/attachment_queue/__manifest__.py index 7581c49f5..9fbe2edd5 100644 --- a/attachment_queue/__manifest__.py +++ b/attachment_queue/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Attachment Queue", - "version": "12.0.1.0.0", + "version": "12.0.1.0.1", "author": "Akretion,Odoo Community Association (OCA)", "summary": "Base module adding the concept of queue for processing files", "website": "https://github.com/OCA/server-tools",