Skip to content

Commit 10f4bdc

Browse files
Henrrypggithub-actions[bot]
authored andcommitted
docs(bumpversion): v7.2.2 → 7.2.3
1 parent 9bd13a7 commit 10f4bdc

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

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

eox_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Init for main eox-core app
33
"""
4-
__version__ = '7.2.2'
4+
__version__ = '7.2.3'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 7.2.2
2+
current_version = 7.2.3
33
commit = False
44
tag = False
55

0 commit comments

Comments
 (0)