diff --git a/CHANGELOG.md b/CHANGELOG.md index beb24ff1..fe0013d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Please do not update the unreleased notes. +## [v15.0.0](https://github.com/eduNEXT/drydock/compare/v0.7.3...v15.0.0) - 2023-10-09 + +### [15.0.0](https://github.com/eduNEXT/drydock/compare/v0.7.3...v15.0.0) (2023-10-09) + +#### Features + +- drydock refactor to work without reference logic and enable tutor cli via skipping tutor jobs instead of delete them. ([#47](https://github.com/eduNEXT/drydock/pull/47)) ([5b09240](https://github.com/eduNEXT/drydock/commit/5b0924017f474d364bb4b919e703b89955a713a2)) +- add plugins extra, extracted from namespace template ([#48](https://github.com/eduNEXT/drydock/pull/48)) ([36c033f](https://github.com/eduNEXT/drydock/commit/36c033faecf7c3ebc701a085cb33e55629910d88)) + ## [v0.7.3](https://github.com/eduNEXT/drydock/compare/v0.7.2...v0.7.3) - 2023-08-08 diff --git a/drydock/__about__.py b/drydock/__about__.py index 4910b9ec..d5793afc 100644 --- a/drydock/__about__.py +++ b/drydock/__about__.py @@ -1 +1 @@ -__version__ = "0.7.3" +__version__ = "15.0.0" diff --git a/setup.cfg b/setup.cfg index aaaef261..14c4edb6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,9 @@ [bumpversion] -current_version = 0.7.3 +current_version = 15.0.0 commit = False tag = False -[bumpversion:file:tutor_plugin/__about__.py] +[bumpversion:file:drydock/__about__.py] [isort] include_trailing_comma = True