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",