File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,19 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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.2 ...HEAD )
8+ ## [ Unreleased] ( https://github.com/eduNEXT/eox-core/compare/v7.2.3 ...HEAD )
99
1010Please do not update the unreleased notes.
1111
1212<!-- Content should be placed here -->
13+ ## [ v7.2.3] ( https://github.com/eduNEXT/eox-core/compare/v7.2.2...v7.2.3 ) - 2023-01-12
14+
15+ ### [ 7.2.3] ( https://github.com/eduNEXT/eox-core/compare/v7.2.2...v7.2.3 ) (2023-01-12)
16+
17+ ### Bug Fixes
18+
19+ - unboundLocalError for enrollment backend ([ #242 ] ( https://github.com/eduNEXT/eox-core/issues/242 ) ) ([ 9bd13a7] ( https://github.com/eduNEXT/eox-core/commit/9bd13a7796b9c8dfebbc4dbcd14a4bd058565833 ) )
20+
1321## [ v7.2.2] ( https://github.com/eduNEXT/eox-core/compare/v7.2.1...v7.2.2 ) - 2022-12-27
1422
1523### [ 7.2.2] ( https://github.com/eduNEXT/eox-core/compare/v7.2.1...v7.2.2 ) (2022-12-27)
Original file line number Diff line number Diff line change 11"""
22Init for main eox-core app
33"""
4- __version__ = '7.2.2 '
4+ __version__ = '7.2.3 '
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 7.2.2
2+ current_version = 7.2.3
33commit = False
44tag = False
55
You can’t perform that action at this time.
0 commit comments