Skip to content

Commit

Permalink
docs(bumpversion): v9.3.0 → 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec4r authored and github-actions[bot] committed Nov 20, 2023
1 parent a46b2a2 commit 19b9172
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -351,6 +368,7 @@
-
-
-
-

### Removed

Expand All @@ -367,6 +385,7 @@
-
-
-
-

## [2.6.0] - 2020-07-02

Expand All @@ -386,6 +405,7 @@
-
-
-
-

## [2.5.0] - 2020-01-03

Expand All @@ -410,6 +430,7 @@
-
-
-
-
- Improve performance get_value_for_org.

## [2.2.0] - 2019-12-20~~
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__ = '9.3.0'
__version__ = '10.0.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 = 9.3.0
current_version = 10.0.0
commit = False
tag = False

Expand Down

0 comments on commit 19b9172

Please sign in to comment.