Skip to content

Commit

Permalink
docs(bumpversion): v11.3.0 → 11.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 authored and github-actions[bot] committed May 30, 2024
1 parent 11ca919 commit 7e93b83
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion eox_tenant/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Init for eox-tenant.
"""
__version__ = '11.3.0'
__version__ = '11.4.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 11.3.0
current_version = 11.4.0
commit = False
tag = False

Expand Down

0 comments on commit 7e93b83

Please sign in to comment.