From d18281f5d872c96b1509d004dce973770b94d555 Mon Sep 17 00:00:00 2001 From: Henrrypg Date: Wed, 17 Jan 2024 15:02:47 +0000 Subject: [PATCH] chore(release): preparing 16.2.0 --- CHANGELOG.md | 10 +++++++++- drydock/__about__.py | 2 +- setup.cfg | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d871858..5786a49d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [Unreleased](https://github.com/eduNEXT/drydock/compare/v16.1.0...HEAD) +## [Unreleased](https://github.com/eduNEXT/drydock/compare/v16.2.0...HEAD) Please do not update the unreleased notes. @@ -19,6 +19,14 @@ Please do not update the unreleased notes. - add plugins extra, extracted from namespace template ([#48](https://github.com/eduNEXT/drydock/pull/48)) ([36c033f](https://github.com/eduNEXT/drydock/commit/36c033faecf7c3ebc701a085cb33e55629910d88)) +## [v16.2.0](https://github.com/eduNEXT/drydock/compare/v16.1.0...v16.2.0) - 2024-01-17 + +### [16.2.0](https://github.com/eduNEXT/drydock/compare/v16.1.0...v16.2.0) (2024-01-17) + +#### Features + +- add mysql init job patch and fix command on mongo init job ([#63](https://github.com/eduNEXT/drydock/issues/63)) ([d838e22](https://github.com/eduNEXT/drydock/commit/d838e2211421d9bdb48a16987f1a277146227240)) + ## [v16.1.0](https://github.com/eduNEXT/drydock/compare/v16.0.1...v16.1.0) - 2024-01-10 ### [16.1.0](https://github.com/eduNEXT/drydock/compare/v16.0.1...v16.1.0) (2024-01-10) diff --git a/drydock/__about__.py b/drydock/__about__.py index 5d194c73..a6a756e1 100644 --- a/drydock/__about__.py +++ b/drydock/__about__.py @@ -1 +1 @@ -__version__ = "16.1.0" +__version__ = "16.2.0" diff --git a/setup.cfg b/setup.cfg index 6ae63d7a..f7cbbfa3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 16.1.0 +current_version = 16.2.0 commit = False tag = False