Skip to content

Commit

Permalink
docs(bumpversion): v10.3.0 → 10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 authored and github-actions[bot] committed May 24, 2024
1 parent beddb10 commit 201f688
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@ 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/v10.3.0...HEAD)
## [Unreleased](https://github.com/eduNEXT/eox-core/compare/v10.4.0...HEAD)

Please do not update the unreleased notes.

<!-- Content should be placed here -->
## [v10.4.0](https://github.com/eduNEXT/eox-core/compare/v10.3.0...v10.4.0) - 2024-05-24

### [10.4.0](https://github.com/eduNEXT/eox-core/compare/v10.3.0...v10.4.0) (2024-05-24)

#### Features

* add integration test file ([#267](https://github.com/eduNEXT/eox-core/issues/267)) ([beddb10](https://github.com/eduNEXT/eox-core/commit/beddb10b7d137732769c0a3557e104ca3ddf7905))

## [v10.3.0](https://github.com/eduNEXT/eox-core/compare/v10.2.0...v10.3.0) - 2024-05-23

### [10.3.0](https://github.com/eduNEXT/eox-core/compare/v10.2.0...v10.3.0) (2024-05-23)
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.3.0'
__version__ = '10.4.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 = 10.3.0
current_version = 10.4.0
commit = False
tag = False

Expand Down

0 comments on commit 201f688

Please sign in to comment.