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'