From ef3edf1e9db1f7b50cd4895d460ccea2221a4a63 Mon Sep 17 00:00:00 2001 From: MaferMazu Date: Wed, 3 Jan 2024 15:30:31 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v6.0.0=20=E2=86=92=206.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 28 ++++++++++++++++++---------- eox_theming/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42ca082..fa4a542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,29 +5,37 @@ 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). +## v6.0.1 - 2024-01-03 + +### [6.0.1](https://github.com/eduNEXT/eox-theming/compare/v6.0.0...v6.0.1) (2024-01-03) + +### Bug Fixes + +* improved handling of empty directories in get_dirs method ([#51](https://github.com/eduNEXT/eox-theming/issues/51)) ([bd10dc3](https://github.com/eduNEXT/eox-theming/commit/bd10dc34030c8d4110009037ed928c78f895154f)) + ## v6.0.0 - 2023-11-20 ### [6.0.0](https://github.com/eduNEXT/eox-theming/compare/v5.0.0...v6.0.0) (2023-11-20) #### ⚠ BREAKING CHANGES -- add compatibility with palm release +- add compatibility with palm release -- ci: update workflow dependencies +- ci: update workflow dependencies -- docs: update README +- docs: update README -- build: update plugin requirements +- build: update plugin requirements -- fix: message_control enabled weren't being used +- fix: message_control enabled weren't being used -- refactor: allow 120 characters per line when pylint is executed +- refactor: allow 120 characters per line when pylint is executed -- feat: override get_dirs method +- feat: override get_dirs method -- chore: increase eox-tenant version +- chore: increase eox-tenant version -- fix: gh-action-pypi-publish version +- fix: gh-action-pypi-publish version #### Performance Improvements @@ -40,7 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### ⚠ BREAKING CHANGES -- - refactor: delete unsupported backends for older releases +- - refactor: delete unsupported backends for older releases - diff --git a/eox_theming/__init__.py b/eox_theming/__init__.py index 6ab2e44..c4d9387 100644 --- a/eox_theming/__init__.py +++ b/eox_theming/__init__.py @@ -4,4 +4,4 @@ from __future__ import unicode_literals -__version__ = '6.0.0' +__version__ = '6.0.1' diff --git a/setup.cfg b/setup.cfg index fe75a69..4168017 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.0.0 +current_version = 6.0.1 commit = False tag = False