diff --git a/CHANGELOG.md b/CHANGELOG.md index 5328bb29..f95ab169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 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) + +#### Features + +- add create_or_update_tenant_config management command ([#182](https://github.com/eduNEXT/eox-tenant/issues/182)) ([19d0a20](https://github.com/eduNEXT/eox-tenant/commit/19d0a209aa8bd1c31a1f39f86439bb3ba4dbf971)) + ## v9.2.1 - 2023-07-30 ### [9.2.1](https://github.com/eduNEXT/eox-tenant/compare/v9.2.0...v9.2.1) (2023-07-30) @@ -342,6 +350,7 @@ - - - +- ### Removed @@ -357,6 +366,7 @@ - - - +- ## [2.6.0] - 2020-07-02 @@ -375,6 +385,7 @@ - - - +- ## [2.5.0] - 2020-01-03 @@ -398,6 +409,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 c5fef816..b40f5aa4 100644 --- a/eox_tenant/__init__.py +++ b/eox_tenant/__init__.py @@ -1,4 +1,4 @@ """ Init for eox-tenant. """ -__version__ = '9.2.1' +__version__ = '9.3.0' diff --git a/setup.cfg b/setup.cfg index 23546be7..b5627c96 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 9.2.1 +current_version = 9.3.0 commit = False tag = False