From 82a3a7813dd196f82c84ae552e1026185180e56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Wed, 21 Sep 2022 12:08:41 +0200 Subject: [PATCH] Prepare 1.6.0 --- CHANGES.rst | 12 ++++++++++++ newsfragments/48.removal | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) delete mode 100644 newsfragments/48.removal diff --git a/CHANGES.rst b/CHANGES.rst index a1647d5..16ec9cf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,18 @@ Changes .. towncrier release notes start +1.6.0 (2022-09-21) +------------------ + +**Feature** + +- Add CI tests for Odoo 16 and Python 3.10. (`#51 `_) + +**Deprecations and Removals** + +- Drop support for python < 3.6 and Odoo 8, 9, 10. (`#48 `_) + + 1.5.0 (2021-10-08) ------------------ diff --git a/newsfragments/48.removal b/newsfragments/48.removal deleted file mode 100644 index 8028a56..0000000 --- a/newsfragments/48.removal +++ /dev/null @@ -1 +0,0 @@ -Drop support for python < 3.6 and Odoo 8, 9, 10.