From 050f7f24bba3a1bc8cb55bcd68c0e92f1bd25aef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Thu, 11 Nov 2021 16:05:40 +0100 Subject: [PATCH] 0.3.1 --- HISTORY.rst | 14 ++++++++++++++ news/18.bugfix | 1 - src/manifestoo/version.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) delete mode 100644 news/18.bugfix diff --git a/HISTORY.rst b/HISTORY.rst index d704744..f18b8c0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,17 @@ +0.3.1 (2021-11-11) +================== + +Bugfixes +-------- + +- Fix core Odoo addons path discovery for Odoo < 13.0. (`#18 `_) + +Features +-------- + +- Update base addons list + + 0.3 (2021-10-06) ================ diff --git a/news/18.bugfix b/news/18.bugfix deleted file mode 100644 index 197827a..0000000 --- a/news/18.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix core Odoo addons path discovery for Odoo < 13.0. diff --git a/src/manifestoo/version.py b/src/manifestoo/version.py index 6a35e85..260c070 100644 --- a/src/manifestoo/version.py +++ b/src/manifestoo/version.py @@ -1 +1 @@ -__version__ = "0.3" +__version__ = "0.3.1"