Skip to content

Commit

Permalink
chore: release v15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrrypg committed Oct 9, 2023
1 parent 36c033f commit 1f80b22
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

<!-- Content should be placed here -->
## [v0.7.3](https://github.com/eduNEXT/drydock/compare/v0.7.2...v0.7.3) - 2023-08-08

Expand Down
2 changes: 1 addition & 1 deletion drydock/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.3"
__version__ = "15.0.0"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1f80b22

Please sign in to comment.