From b70c7368dbe3c45a583e9e082cccd1c8e91dbc71 Mon Sep 17 00:00:00 2001 From: JuanDavidBuitrago Date: Wed, 21 Dec 2022 16:33:07 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v7.2.0=20=E2=86=92=207.2.1?= 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 cc0019dbd..07b03dcf0 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.0...HEAD) +## [Unreleased](https://github.com/eduNEXT/eox-core/compare/v7.2.1...HEAD) Please do not update the unreleased notes. +## [v7.2.1](https://github.com/eduNEXT/eox-core/compare/v7.2.0...v7.2.1) - 2022-12-21 + +### [7.2.1](https://github.com/eduNEXT/eox-core/compare/v7.2.0...v7.2.1) (2022-12-21) + +### Bug Fixes + +- **ci:** update bumpversion workflow to make changelog publish ([935439c](https://github.com/eduNEXT/eox-core/commit/935439c4a513fcaaf14bb9472a0c44539459509f)) + ## [v7.2.0](https://github.com/eduNEXT/eox-core/compare/v7.1.0...v7.2.0) - 2022-12-16 ### [7.2.0](https://github.com/eduNEXT/eox-core/compare/v7.1.0...v7.2.0) (2022-12-16) diff --git a/eox_core/__init__.py b/eox_core/__init__.py index 978217648..9f34e98b8 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '7.2.0' +__version__ = '7.2.1' diff --git a/setup.cfg b/setup.cfg index 71fbce656..076e10893 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.2.0 +current_version = 7.2.1 commit = False tag = False