From 6dc94c02fa0c429317e6bc118d476f27f0fdbe0d Mon Sep 17 00:00:00 2001 From: Boris Gallet Date: Tue, 7 Nov 2023 10:46:49 +0100 Subject: [PATCH] [MIG] project_name_from_quote : Migration to 16.0 --- project_name_from_quote/__init__.py | 1 - project_name_from_quote/__manifest__.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/project_name_from_quote/__init__.py b/project_name_from_quote/__init__.py index 5305644..24c19d6 100644 --- a/project_name_from_quote/__init__.py +++ b/project_name_from_quote/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- from . import models \ No newline at end of file diff --git a/project_name_from_quote/__manifest__.py b/project_name_from_quote/__manifest__.py index 3b57e6d..56230a7 100644 --- a/project_name_from_quote/__manifest__.py +++ b/project_name_from_quote/__manifest__.py @@ -3,7 +3,7 @@ { "name": "project_name_from_quote", - "version": "14.0.1.0.0", + "version": "16.0.1.0.0", "author": "Elabore", "website": "https://elabore.coop", "maintainer": "Stéphan Sainléger",