From f7c3ed12cc8323d2442d6853f8e5c6e7cfc3373a Mon Sep 17 00:00:00 2001 From: MaferMazu Date: Tue, 19 Mar 2024 22:02:45 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v7.0.0=20=E2=86=92=207.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ eox_theming/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f0f06..cd24136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.1.0 - 2024-03-19 + +### [7.1.0](https://github.com/eduNEXT/eox-theming/compare/v7.0.0...v7.1.0) (2024-03-19) + +#### Features + +* add workflow to add items to the Dedalo project DS-831 ([#53](https://github.com/eduNEXT/eox-theming/issues/53)) ([cf7ee85](https://github.com/eduNEXT/eox-theming/commit/cf7ee85acef66bfff044de1f692e15068990177f)) + ## v7.0.0 - 2024-01-26 ### [7.0.0](https://github.com/eduNEXT/eox-theming/compare/v6.0.1...v7.0.0) (2024-01-26) diff --git a/eox_theming/__init__.py b/eox_theming/__init__.py index 47376d3..4be9866 100644 --- a/eox_theming/__init__.py +++ b/eox_theming/__init__.py @@ -4,4 +4,4 @@ from __future__ import unicode_literals -__version__ = '7.0.0' +__version__ = '7.1.0' diff --git a/setup.cfg b/setup.cfg index 7e6651a..aeead1f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.0.0 +current_version = 7.1.0 commit = False tag = False