From 3021272e4bcab86e65b43bf44112856f2fe68996 Mon Sep 17 00:00:00 2001 From: MaferMazu Date: Fri, 17 May 2024 17:19:48 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v10.1.0=20=E2=86=92=2010.2?= =?UTF-8?q?.0?= 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 62ce03d0..22686fbd 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/v10.1.0...HEAD) +## [Unreleased](https://github.com/eduNEXT/eox-core/compare/v10.2.0...HEAD) Please do not update the unreleased notes. +## [v10.2.0](https://github.com/eduNEXT/eox-core/compare/v10.1.0...v10.2.0) - 2024-05-17 + +### [10.2.0](https://github.com/eduNEXT/eox-core/compare/v10.1.0...v10.2.0) (2024-05-17) + +#### Features + +* added logs to errors imports ([#259](https://github.com/eduNEXT/eox-core/issues/259)) ([50cb82e](https://github.com/eduNEXT/eox-core/commit/50cb82e07c0f25f8b45c6ed672cbc790e0862a26)) + ## [v10.1.0](https://github.com/eduNEXT/eox-core/compare/v10.0.0...v10.1.0) - 2024-03-19 ### [10.1.0](https://github.com/eduNEXT/eox-core/compare/v10.0.0...v10.1.0) (2024-03-19) diff --git a/eox_core/__init__.py b/eox_core/__init__.py index 18f3c155..84e0bff0 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '10.1.0' +__version__ = '10.2.0' diff --git a/setup.cfg b/setup.cfg index c3d3f638..5c3abf16 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 10.1.0 +current_version = 10.2.0 commit = False tag = False