Skip to content

Commit

Permalink
chore: bump version to 10.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Jul 18, 2024
1 parent f040a5f commit ea06157
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ Please do not update the unreleased notes.

<!-- Content should be placed here -->

## [v10.5.1](https://github.com/eduNEXT/eox-core/compare/v10.5.0...v10.5.1) - (2024-07-19)

### Fixed

- **Fix build error**: A new `ImproperlyConfigured` exception is handled when
loading the API permissions to avoid errors during the build.

### Changed

- **Improve Documentation**: Update the README to include a more detailed
description of the project and its features. A new how-to section was
included with information about API, Middlewares, and pipelines.

## [v10.5.0](https://github.com/eduNEXT/eox-core/compare/v10.4.0...v10.5.0) - (2024-07-08)

### Added
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__ = '10.5.0'
__version__ = '10.5.1'
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 = 10.5.0
current_version = 10.5.1
commit = False
tag = False

Expand Down

0 comments on commit ea06157

Please sign in to comment.