From 10f4bdc95e216b551a8036b96c3c44bfa12bf779 Mon Sep 17 00:00:00 2001 From: Henrrypg Date: Thu, 12 Jan 2023 19:18:06 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v7.2.2=20=E2=86=92=207.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 +++++++++- eox_core/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b604f4cb..514c392f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [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) diff --git a/eox_core/__init__.py b/eox_core/__init__.py index 769739d47..3f1201c1d 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '7.2.2' +__version__ = '7.2.3' diff --git a/setup.cfg b/setup.cfg index 7f11c4d88..d535c4996 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.2.2 +current_version = 7.2.3 commit = False tag = False