From 339b23e13d5d2f11fd5864d5af004cd3712bf448 Mon Sep 17 00:00:00 2001 From: MaferMazu Date: Thu, 25 Jan 2024 16:58:22 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v9.1.0=20=E2=86=92=209.1.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 775efec6a..e23f3b284 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/v9.1.0...HEAD) +## [Unreleased](https://github.com/eduNEXT/eox-core/compare/v9.1.1...HEAD) Please do not update the unreleased notes. +## [v9.1.1](https://github.com/eduNEXT/eox-core/compare/v9.1.0...v9.1.1) - 2024-01-25 + +### [9.1.1](https://github.com/eduNEXT/eox-core/compare/v9.1.0...v9.1.1) (2024-01-25) + +### Bug Fixes + +* update urls in favor of re_path for deprecation ([#260](https://github.com/eduNEXT/eox-core/issues/260)) ([bb15fcc](https://github.com/eduNEXT/eox-core/commit/bb15fccfa437b7e537d9eae7a725794d1945b659)) + ## [v9.1.0](https://github.com/eduNEXT/eox-core/compare/v9.0.0...v9.1.0) - 2024-01-12 ### [9.1.0](https://github.com/eduNEXT/eox-core/compare/v9.0.0...v9.1.0) (2024-01-12) diff --git a/eox_core/__init__.py b/eox_core/__init__.py index 38a89c59a..2ebd9666d 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '9.1.0' +__version__ = '9.1.1' diff --git a/setup.cfg b/setup.cfg index d5c841258..2e2241798 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 9.1.0 +current_version = 9.1.1 commit = False tag = False