From ff81da10359b4f78e0680f704eef0d298e0d6425 Mon Sep 17 00:00:00 2001 From: MaferMazu Date: Tue, 19 Mar 2024 21:14:06 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v6.0.0=20=E2=86=92=206.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 +++++++++- eox_hooks/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce54727..1df576e 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). +## v6.1.0 - 2024-03-19 + +### [6.1.0](https://github.com/eduNEXT/eox-hooks/compare/v6.0.0...v6.1.0) (2024-03-19) + +#### Features + +* add workflow to add items to the Dedalo project DS-831 ([#49](https://github.com/eduNEXT/eox-hooks/issues/49)) ([54c66db](https://github.com/eduNEXT/eox-hooks/commit/54c66db9b474df85187eb01bace630b376eb95a4)) + ## v6.0.0 - 2024-02-09 ### [6.0.0](https://github.com/eduNEXT/eox-hooks/compare/v5.1.0...v6.0.0) (2024-02-09) @@ -44,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * fix: update actions/setup-python version * perf: quince release support (#48) ([3a330d7](https://github.com/eduNEXT/eox-hooks/commit/3a330d70cb21fabe3381e3cc2aeb120b7a93955e)), closes [#48](https://github.com/eduNEXT/eox-hooks/issues/48) - + ## v5.1.0 - 2023-11-24 diff --git a/eox_hooks/__init__.py b/eox_hooks/__init__.py index 44e10c3..34534ba 100644 --- a/eox_hooks/__init__.py +++ b/eox_hooks/__init__.py @@ -5,7 +5,7 @@ import django.dispatch -__version__ = '6.0.0' +__version__ = '6.1.0' dummy_signal = django.dispatch.Signal() diff --git a/setup.cfg b/setup.cfg index 39eb098..2b8d907 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.0.0 +current_version = 6.1.0 commit = False tag = False