From be2b4fa19f00bb35d75755876e56c57314e85ba8 Mon Sep 17 00:00:00 2001 From: luisfelipec95 Date: Fri, 24 May 2024 14:24:41 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v6.1.0=20=E2=86=92=206.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ eox_hooks/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1df576e..485f5ae 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.2.0 - 2024-05-24 + +### [6.2.0](https://github.com/eduNEXT/eox-hooks/compare/v6.1.0...v6.2.0) (2024-05-24) + +#### Features + +* add test integration ([#50](https://github.com/eduNEXT/eox-hooks/issues/50)) ([bfad685](https://github.com/eduNEXT/eox-hooks/commit/bfad685339eb4e5214596ffe57d9ef3c827c80d5)) + ## 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) diff --git a/eox_hooks/__init__.py b/eox_hooks/__init__.py index 34534ba..e61f0ae 100644 --- a/eox_hooks/__init__.py +++ b/eox_hooks/__init__.py @@ -5,7 +5,7 @@ import django.dispatch -__version__ = '6.1.0' +__version__ = '6.2.0' dummy_signal = django.dispatch.Signal() diff --git a/setup.cfg b/setup.cfg index 2b8d907..6ebb335 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.1.0 +current_version = 6.2.0 commit = False tag = False