Skip to content

Commit

Permalink
docs(bumpversion): v7.2.2 → 7.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrrypg authored and github-actions[bot] committed Jan 12, 2023
1 parent 9bd13a7 commit 10f4bdc
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/v7.2.2...HEAD)
## [Unreleased](https://github.com/eduNEXT/eox-core/compare/v7.2.3...HEAD)

Please do not update the unreleased notes.

<!-- Content should be placed here -->
## [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)

### Bug Fixes

- unboundLocalError for enrollment backend ([#242](https://github.com/eduNEXT/eox-core/issues/242)) ([9bd13a7](https://github.com/eduNEXT/eox-core/commit/9bd13a7796b9c8dfebbc4dbcd14a4bd058565833))

## [v7.2.2](https://github.com/eduNEXT/eox-core/compare/v7.2.1...v7.2.2) - 2022-12-27

### [7.2.2](https://github.com/eduNEXT/eox-core/compare/v7.2.1...v7.2.2) (2022-12-27)
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.2'
__version__ = '7.2.3'
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.2
current_version = 7.2.3
commit = False
tag = False

Expand Down

0 comments on commit 10f4bdc

Please sign in to comment.