From 19b91723862a06217c813e4822bedaea93a17e45 Mon Sep 17 00:00:00 2001 From: Alec4r Date: Mon, 20 Nov 2023 21:48:18 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v9.3.0=20=E2=86=92=2010.0.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 21 +++++++++++++++++++++ eox_tenant/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f95ab169..dfb185f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## v10.0.0 - 2023-11-20 + +### [10.0.0](https://github.com/eduNEXT/eox-tenant/compare/v9.3.0...v10.0.0) (2023-11-20) + +#### ⚠ BREAKING CHANGES + +- add compatibility with palm +- +- feat: added palm support and changed default settings to always use eox_tenant +- +- chore: modifed tutor version and changed constraints file +- + +#### Performance Improvements + +- added palm support ([#190](https://github.com/eduNEXT/eox-tenant/issues/190)) ([a46b2a2](https://github.com/eduNEXT/eox-tenant/commit/a46b2a23a4461a8f8de64a320a900c2e5b7b8d8f)) + ## v9.3.0 - 2023-11-07 ### [9.3.0](https://github.com/eduNEXT/eox-tenant/compare/v9.2.1...v9.3.0) (2023-11-07) @@ -351,6 +368,7 @@ - - - +- ### Removed @@ -367,6 +385,7 @@ - - - +- ## [2.6.0] - 2020-07-02 @@ -386,6 +405,7 @@ - - - +- ## [2.5.0] - 2020-01-03 @@ -410,6 +430,7 @@ - - - +- - Improve performance get_value_for_org. ## [2.2.0] - 2019-12-20~~ diff --git a/eox_tenant/__init__.py b/eox_tenant/__init__.py index b40f5aa4..521ac17a 100644 --- a/eox_tenant/__init__.py +++ b/eox_tenant/__init__.py @@ -1,4 +1,4 @@ """ Init for eox-tenant. """ -__version__ = '9.3.0' +__version__ = '10.0.0' diff --git a/setup.cfg b/setup.cfg index b5627c96..83bf79d7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 9.3.0 +current_version = 10.0.0 commit = False tag = False