Skip to content

Commit

Permalink
docs(bumpversion): v7.0.1 → 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec4r authored and github-actions[bot] committed Jan 31, 2023
1 parent 939e71c commit 88c0e6c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## v8.0.0 - 2023-01-31

### [8.0.0](https://github.com/eduNEXT/eox-tenant/compare/v7.0.1...v8.0.0) (2023-01-31)

#### ⚠ BREAKING CHANGES

- **DS-365:** Remove the useless backends for versions older than maple
-
- ci: update requirements and ci settings
-
- feat: fix issues and add compatibility with new python versions
-
- perf: remove useless backends
-
- docs: update README
-
- ci: update github actions version
-

#### Performance Improvements

- **DS-365:** olive support ([#164](https://github.com/eduNEXT/eox-tenant/issues/164)) ([939e71c](https://github.com/eduNEXT/eox-tenant/commit/939e71c495967a0f5ec96659e7309b56776242d9))

## v7.0.0 - 2022-12-19

### [7.0.0](https://github.com/eduNEXT/eox-tenant/compare/v6.3.0...v7.0.0) (2022-12-19)
Expand Down Expand Up @@ -262,6 +285,7 @@
-
-
-
-

### Removed

Expand All @@ -271,6 +295,7 @@
-
-
-
-

## [2.6.0] - 2020-07-02

Expand All @@ -283,6 +308,7 @@
-
-
-
-

## [2.5.0] - 2020-01-03

Expand All @@ -300,6 +326,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__ = '7.0.0'
__version__ = '8.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 = 7.0.0
current_version = 8.0.0
commit = False
tag = False

Expand Down

0 comments on commit 88c0e6c

Please sign in to comment.