From 57ecaa0623fd65d1b1f51f860d182daf97fb8b05 Mon Sep 17 00:00:00 2001 From: Ruchir Shukla Date: Mon, 20 Mar 2023 15:59:20 +0530 Subject: [PATCH] [MIG][15.0]account_fiscal_month:Migration to 15.0 --- account_fiscal_month/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_fiscal_month/__manifest__.py b/account_fiscal_month/__manifest__.py index 1780d4fcd..3527c3e93 100644 --- a/account_fiscal_month/__manifest__.py +++ b/account_fiscal_month/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account Fiscal Month", "summary": """Provide a fiscal month date range type""", - "version": "14.0.1.0.0", + "version": "15.0.1.0.0", "license": "AGPL-3", "author": "ACSONE SA/NV, Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-financial-tools",