diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e9746..1d60b4b 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.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) + +#### Features + +* add workflow to add items to the Dedalo project DS-831 ([#58](https://github.com/eduNEXT/tutor-contrib-edunext-distro/issues/58)) ([5a9ac2b](https://github.com/eduNEXT/tutor-contrib-edunext-distro/commit/5a9ac2b88ab49d58216257a66ec0d7841a82805f)) + ## v17.0.0 - 2024-04-01 ### [17.0.0](https://github.com/eduNEXT/tutor-contrib-edunext-distro/compare/v16.0.0...v17.0.0) (2024-04-01) diff --git a/setup.cfg b/setup.cfg index 8fcf8d2..47837c2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 17.0.0 +current_version = 17.1.0 commit = False tag = False diff --git a/tutordistro/__about__.py b/tutordistro/__about__.py index f0d1e22..d794e28 100644 --- a/tutordistro/__about__.py +++ b/tutordistro/__about__.py @@ -2,4 +2,4 @@ Tutor Distro version. """ -__version__ = "17.0.0" +__version__ = "17.1.0"