From 7e93b833bb6e99890f24454965d7cf60ae21b312 Mon Sep 17 00:00:00 2001 From: luisfelipec95 Date: Thu, 30 May 2024 23:53:42 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v11.3.0=20=E2=86=92=2011.4?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ eox_tenant/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e1ddba..debd7db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v11.4.0 - 2024-05-30 + +### [11.4.0](https://github.com/eduNEXT/eox-tenant/compare/v11.3.0...v11.4.0) (2024-05-30) + +#### Features + +* add github action integration ([11ca919](https://github.com/eduNEXT/eox-tenant/commit/11ca91934e878a54c26d4eabb3def5b031b361f6)) + ## v11.3.0 - 2024-05-24 ### [11.3.0](https://github.com/eduNEXT/eox-tenant/compare/v11.2.0...v11.3.0) (2024-05-24) diff --git a/eox_tenant/__init__.py b/eox_tenant/__init__.py index 6fa62d7..1934e26 100644 --- a/eox_tenant/__init__.py +++ b/eox_tenant/__init__.py @@ -1,4 +1,4 @@ """ Init for eox-tenant. """ -__version__ = '11.3.0' +__version__ = '11.4.0' diff --git a/setup.cfg b/setup.cfg index 93be6c3..ec9e848 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 11.3.0 +current_version = 11.4.0 commit = False tag = False