From 6b4cbe5845c28daa7b7ba1519cd1c39f42b45767 Mon Sep 17 00:00:00 2001 From: Henrrypg Date: Thu, 22 Dec 2022 14:54:56 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v2.1.1=20=E2=86=92=202.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 ++++++++++++++++ setup.cfg | 2 +- tvm/__init__.py | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d0f7c..58ec1c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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.2.0 - 2022-12-22 + +### [2.2.0](https://github.com/eduNEXT/tvm/compare/v2.1.1...v2.2.0) (2022-12-22) + +#### Features + +- **DS-322:** add command for remove TVM project ([#60](https://github.com/eduNEXT/tvm/issues/60)) ([12439ff](https://github.com/eduNEXT/tvm/commit/12439ff774c299cbb8793f8e64a5da80b3020dd3)) + +#### Continuous Integration + +- update the changelog updater step in bumpversion ([#61](https://github.com/eduNEXT/tvm/issues/61)) ([c6fb805](https://github.com/eduNEXT/tvm/commit/c6fb805578adc1e322307ac937f4c3850eb1a435)) + +#### Documentation + +- update tvm doc release version to 2.1.1 and fix typo and grammar ([#59](https://github.com/eduNEXT/tvm/issues/59)) ([025f000](https://github.com/eduNEXT/tvm/commit/025f00026a955d6e93dcb3a360b7efe547f0a662)) + ## v2.1.1 - 2022-10-25 ### [2.1.1](https://github.com/eduNEXT/tvm/compare/v2.1.0...v2.1.1) (2022-10-25) diff --git a/setup.cfg b/setup.cfg index 3ca433c..95a2e10 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.1 +current_version = 2.2.0 commit = False tag = False diff --git a/tvm/__init__.py b/tvm/__init__.py index 6e508fa..ee8d08e 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.1.1' +__version__ = '2.2.0'