diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d60b4b..ab68756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## v17.2.0 - 2024-04-05 + +### [17.2.0](https://github.com/eduNEXT/tutor-contrib-edunext-distro/compare/v17.1.0...v17.2.0) (2024-04-05) + +#### Features + +* add command to run extra tutor commands ([#59](https://github.com/eduNEXT/tutor-contrib-edunext-distro/issues/59)) ([98eb210](https://github.com/eduNEXT/tutor-contrib-edunext-distro/commit/98eb21006e6bba493c9db7f8a2cb20b99efedc75)) + ## v17.1.0 - 2024-04-01 ### [17.1.0](https://github.com/eduNEXT/tutor-contrib-edunext-distro/compare/v17.0.0...v17.1.0) (2024-04-01) diff --git a/setup.cfg b/setup.cfg index 47837c2..9d74dc0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 17.1.0 +current_version = 17.2.0 commit = False tag = False diff --git a/tutordistro/__about__.py b/tutordistro/__about__.py index d794e28..383f31f 100644 --- a/tutordistro/__about__.py +++ b/tutordistro/__about__.py @@ -2,4 +2,4 @@ Tutor Distro version. """ -__version__ = "17.1.0" +__version__ = "17.2.0"