From 98f2cb318df6deb8b400be1234f64836521393b4 Mon Sep 17 00:00:00 2001 From: marbonilla Date: Thu, 23 Nov 2023 17:45:14 +0000 Subject: [PATCH] chore(release): preparing 15.4.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 f4f90410..ccb8f10e 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/v15.3.0...HEAD) +## [Unreleased](https://github.com/eduNEXT/drydock/compare/v15.4.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)) +## [v15.4.0](https://github.com/eduNEXT/drydock/compare/v15.3.0...v15.4.0) - 2023-11-23 + +### [15.4.0](https://github.com/eduNEXT/drydock/compare/v15.3.0...v15.4.0) (2023-11-23) + +#### Features + +- Mongo DB backups proper implementation ([#52](https://github.com/eduNEXT/drydock/issues/52)) ([16d27ea](https://github.com/eduNEXT/drydock/commit/16d27eaca9063e70d32e4c85653465d673bd9ce1)) + ## [v15.3.0](https://github.com/eduNEXT/drydock/compare/v15.2.0...v15.3.0) - 2023-11-16 ### [15.3.0](https://github.com/eduNEXT/drydock/compare/v15.2.0...v15.3.0) (2023-11-16) diff --git a/drydock/__about__.py b/drydock/__about__.py index 1609d49b..ff9f49ef 100644 --- a/drydock/__about__.py +++ b/drydock/__about__.py @@ -1 +1 @@ -__version__ = "15.3.0" +__version__ = "15.4.0" diff --git a/setup.cfg b/setup.cfg index a8780b6d..b79d6404 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 15.3.0 +current_version = 15.4.0 commit = False tag = False