From 8960a9e4fe3762a38baf88c09e62737dad8bf63c Mon Sep 17 00:00:00 2001 From: Olga Marco Date: Wed, 2 Feb 2022 09:37:39 +0100 Subject: [PATCH] [MIG] web_widget_text_markdown: Migration to 13.0 --- setup/web_widget_text_markdown/setup.cfg | 2 -- web_widget_text_markdown/__manifest__.py | 2 +- web_widget_text_markdown/readme/CONTRIBUTORS.rst | 1 + .../web_widget_text_markdown.scss} | 0 web_widget_text_markdown/views/assets.xml | 2 +- 5 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 setup/web_widget_text_markdown/setup.cfg rename web_widget_text_markdown/static/src/{less/web_widget_text_markdown.less => scss/web_widget_text_markdown.scss} (100%) diff --git a/setup/web_widget_text_markdown/setup.cfg b/setup/web_widget_text_markdown/setup.cfg deleted file mode 100644 index 3c6e79cf3..000000000 --- a/setup/web_widget_text_markdown/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[bdist_wheel] -universal=1 diff --git a/web_widget_text_markdown/__manifest__.py b/web_widget_text_markdown/__manifest__.py index 2294145dc..11e02b22c 100644 --- a/web_widget_text_markdown/__manifest__.py +++ b/web_widget_text_markdown/__manifest__.py @@ -4,7 +4,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { "name": "Web Widget Text Markdown", - "version": "11.0.1.0.0", + "version": "13.0.1.0.0", "author": "Alexandre Díaz, " "Komit, " "Sudokeys, " diff --git a/web_widget_text_markdown/readme/CONTRIBUTORS.rst b/web_widget_text_markdown/readme/CONTRIBUTORS.rst index 580b9eb10..e8a55ac15 100644 --- a/web_widget_text_markdown/readme/CONTRIBUTORS.rst +++ b/web_widget_text_markdown/readme/CONTRIBUTORS.rst @@ -1,3 +1,4 @@ * Nicolas Jeudy * Nguyen Tan Phuc * Alexandre Díaz +* Olga Marco Puértolas diff --git a/web_widget_text_markdown/static/src/less/web_widget_text_markdown.less b/web_widget_text_markdown/static/src/scss/web_widget_text_markdown.scss similarity index 100% rename from web_widget_text_markdown/static/src/less/web_widget_text_markdown.less rename to web_widget_text_markdown/static/src/scss/web_widget_text_markdown.scss diff --git a/web_widget_text_markdown/views/assets.xml b/web_widget_text_markdown/views/assets.xml index 2ab0e154d..a1c2d740f 100644 --- a/web_widget_text_markdown/views/assets.xml +++ b/web_widget_text_markdown/views/assets.xml @@ -12,7 +12,7 @@