From ad92fa874b1eb202c952fbedc892207d957762cd Mon Sep 17 00:00:00 2001 From: MaferMazu Date: Thu, 11 Apr 2024 23:28:29 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v2.2.1=20=E2=86=92=202.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ setup.cfg | 2 +- tvm/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32000e9..ffaab0f 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). +## v2.3.0 - 2024-04-11 + +### [2.3.0](https://github.com/eduNEXT/tvm/compare/v2.2.1...v2.3.0) (2024-04-11) + +#### Features + +- add workflow to add items to the Dedalo project DS-831 ([#71](https://github.com/eduNEXT/tvm/issues/71)) ([04e894b](https://github.com/eduNEXT/tvm/commit/04e894b9b29e409f0fab10fb9a07cee10130a627)) + ## v2.2.1 - 2024-04-11 ### [2.2.1](https://github.com/eduNEXT/tvm/compare/v2.2.0...v2.2.1) (2024-04-11) diff --git a/setup.cfg b/setup.cfg index 20a95e2..b2c6dfe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.1 +current_version = 2.3.0 commit = False tag = False diff --git a/tvm/__init__.py b/tvm/__init__.py index ac15781..0db71d0 100644 --- a/tvm/__init__.py +++ b/tvm/__init__.py @@ -1,3 +1,3 @@ """Helps you keep your cool when creating dozens of open edX and eduNEXT environments.""" -__version__ = '2.2.1' +__version__ = '2.3.0'