Skip to content

Commit 3def8af

Browse files
mariajgrimaldigithub-actions[bot]
authored andcommitted
docs(bumpversion): v7.2.3 → 8.0.0
1 parent 517b603 commit 3def8af

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/eduNEXT/eox-core/compare/v7.2.3...HEAD)
8+
## [Unreleased](https://github.com/eduNEXT/eox-core/compare/v8.0.0...HEAD)
99

1010
Please do not update the unreleased notes.
1111

1212
<!-- Content should be placed here -->
13+
## [v8.0.0](https://github.com/eduNEXT/eox-core/compare/v7.2.3...v8.0.0) - 2023-01-31
14+
15+
### [8.0.0](https://github.com/eduNEXT/eox-core/compare/v7.2.3...v8.0.0) (2023-01-31)
16+
17+
#### ⚠ BREAKING CHANGES
18+
19+
- add compatibility with olive
20+
21+
#### Performance Improvements
22+
23+
- add compatibility with Open edX olive release ([#244](https://github.com/eduNEXT/eox-core/issues/244)) ([517b603](https://github.com/eduNEXT/eox-core/commit/517b603e593648d9cfbb1152349f9909b93547f9))
24+
1325
## [v7.2.3](https://github.com/eduNEXT/eox-core/compare/v7.2.2...v7.2.3) - 2023-01-12
1426

1527
### [7.2.3](https://github.com/eduNEXT/eox-core/compare/v7.2.2...v7.2.3) (2023-01-12)

eox_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Init for main eox-core app
33
"""
4-
__version__ = '7.2.3'
4+
__version__ = '8.0.0'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 7.2.3
2+
current_version = 8.0.0
33
commit = False
44
tag = False
55

0 commit comments

Comments
 (0)