From 57e6f40406a06f14eb9b8128566448fa71686359 Mon Sep 17 00:00:00 2001 From: MaferMazu Date: Tue, 19 Mar 2024 21:13:33 +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_tagging/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c84b6..b6c6eea 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-tagging/compare/v7.0.0...v7.1.0) (2024-03-19) + +#### Features + +* add workflow to add items to the Dedalo project DS-831 ([#103](https://github.com/eduNEXT/eox-tagging/issues/103)) ([0c93d84](https://github.com/eduNEXT/eox-tagging/commit/0c93d845dd3c1f29c8e5ac517c167094bb61e2ba)) + ## v7.0.0 - 2024-02-13 ### [7.0.0](https://github.com/eduNEXT/eox-tagging/compare/v6.0.0...v7.0.0) (2024-02-13) diff --git a/eox_tagging/__init__.py b/eox_tagging/__init__.py index 9ac875a..6f0b43d 100644 --- a/eox_tagging/__init__.py +++ b/eox_tagging/__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 69763ad..2c8878d 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