Skip to content

Commit

Permalink
docs(bumpversion): v7.2.3 → 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi authored and github-actions[bot] committed Jan 31, 2023
1 parent 517b603 commit 3def8af
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

Please do not update the unreleased notes.

<!-- Content should be placed here -->
## [v8.0.0](https://github.com/eduNEXT/eox-core/compare/v7.2.3...v8.0.0) - 2023-01-31

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

#### ⚠ BREAKING CHANGES

- add compatibility with olive

#### Performance Improvements

- 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))

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

### [7.2.3](https://github.com/eduNEXT/eox-core/compare/v7.2.2...v7.2.3) (2023-01-12)
Expand Down
2 changes: 1 addition & 1 deletion eox_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Init for main eox-core app
"""
__version__ = '7.2.3'
__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.2.3
current_version = 8.0.0
commit = False
tag = False

Expand Down

0 comments on commit 3def8af

Please sign in to comment.