From 86a2a861e89d422ca207b2b9efe80df76b909ade Mon Sep 17 00:00:00 2001 From: Alec4r Date: Mon, 20 Nov 2023 22:28:43 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v6.0.0=20=E2=86=92=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 32 +++++++++++++++++++++++++++++++- eox_theming/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 772c087..e8b6d79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,43 @@ 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). +## v7.0.0 - 2023-11-20 + +### [7.0.0](https://github.com/eduNEXT/eox-theming/compare/v6.0.0...v7.0.0) (2023-11-20) + +#### ⚠ BREAKING CHANGES + +- add compatibility with palm release + +- ci: update workflow dependencies + +- docs: update README + +- build: update plugin requirements + +- fix: message_control enabled weren't being used + +- refactor: allow 120 characters per line when pylint is executed + +- feat: override get_dirs method + +- chore: increase eox-tenant version + +- fix: gh-action-pypi-publish version + + +#### Performance Improvements + +- add compatibility with palm release ([#49](https://github.com/eduNEXT/eox-theming/issues/49)) ([c476ceb](https://github.com/eduNEXT/eox-theming/commit/c476cebbebafaf13fcd9748cfb0a92200003c990)) + ## v5.0.0 - 2023-02-10 ### [5.0.0](https://github.com/eduNEXT/eox-theming/compare/v4.0.1...v5.0.0) (2023-02-10) #### ⚠ BREAKING CHANGES -- - refactor: delete unsupported backends for older releases +- - refactor: delete unsupported backends for older releases + - #### Features diff --git a/eox_theming/__init__.py b/eox_theming/__init__.py index 4d518cf..47376d3 100644 --- a/eox_theming/__init__.py +++ b/eox_theming/__init__.py @@ -4,4 +4,4 @@ from __future__ import unicode_literals -__version__ = '5.0.0' +__version__ = '7.0.0' diff --git a/setup.cfg b/setup.cfg index 087db76..7e6651a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.0.0 +current_version = 7.0.0 commit = False tag = False