From 4203f4786478235ff40318ad226bbe4c651e7797 Mon Sep 17 00:00:00 2001 From: luisfelipec95 Date: Wed, 15 May 2024 22:19:15 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v2.3.0=20=E2=86=92=202.3.1?= 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 ffaab0f..008c518 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.1 - 2024-05-15 + +### [2.3.1](https://github.com/eduNEXT/tvm/compare/v2.3.0...v2.3.1) (2024-05-15) + +### Bug Fixes + +- tvm list command error ([#68](https://github.com/eduNEXT/tvm/issues/68)) ([53e9427](https://github.com/eduNEXT/tvm/commit/53e9427933c32399e4993db7c6298eff6ba5f25b)) + ## v2.3.0 - 2024-04-11 ### [2.3.0](https://github.com/eduNEXT/tvm/compare/v2.2.1...v2.3.0) (2024-04-11) diff --git a/setup.cfg b/setup.cfg index b2c6dfe..1c2f32b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.3.0 +current_version = 2.3.1 commit = False tag = False diff --git a/tvm/__init__.py b/tvm/__init__.py index 0db71d0..c27f458 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.3.0' +__version__ = '2.3.1'