Skip to content

Commit

Permalink
docs(bumpversion): v11.0.1 → 11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu authored and github-actions[bot] committed Mar 18, 2024
1 parent e17e7b0 commit 2bcb8ac
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.0.2 - 2024-03-18

### [11.0.2](https://github.com/eduNEXT/eox-tenant/compare/v11.0.1...v11.0.2) (2024-03-18)

### Bug Fixes

* prioritize current site setting for org value ([#189](https://github.com/eduNEXT/eox-tenant/issues/189)) ([e17e7b0](https://github.com/eduNEXT/eox-tenant/commit/e17e7b0b0ae5cea96c82d6245aa7a68b794f112a))

## v11.0.1 - 2024-02-29

### [11.0.1](https://github.com/eduNEXT/eox-tenant/compare/v11.0.0...v11.0.1) (2024-02-29)
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.0.1'
__version__ = '11.0.2'
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.0.1
current_version = 11.0.2
commit = False
tag = False

Expand Down

0 comments on commit 2bcb8ac

Please sign in to comment.