From 03fa72792ac602fdce1154629c0665252e0bc932 Mon Sep 17 00:00:00 2001 From: marbonilla Date: Tue, 30 Jan 2024 17:20:59 +0000 Subject: [PATCH] chore(release): preparing 17.1.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 f4688ad6..fcb277ca 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/v17.0.0...HEAD) +## [Unreleased](https://github.com/eduNEXT/drydock/compare/v17.1.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)) +## [v17.1.0](https://github.com/eduNEXT/drydock/compare/v17.0.0...v17.1.0) - 2024-01-30 + +### [17.1.0](https://github.com/eduNEXT/drydock/compare/v17.0.0...v17.1.0) (2024-01-30) + +#### Features + +- add poddisruptionbudget ([#66](https://github.com/eduNEXT/drydock/issues/66)) ([9266f98](https://github.com/eduNEXT/drydock/commit/9266f985dc4adc8da4366cb1420fa731f47cd4df)) + ## [v17.0.0](https://github.com/eduNEXT/drydock/compare/v16.2.2...v17.0.0) - 2024-01-19 ### [17.0.0](https://github.com/eduNEXT/drydock/compare/v16.2.2...v17.0.0) (2024-01-19) diff --git a/drydock/__about__.py b/drydock/__about__.py index a08b09c5..1bef2544 100644 --- a/drydock/__about__.py +++ b/drydock/__about__.py @@ -1 +1 @@ -__version__ = "17.0.0" +__version__ = "17.1.0" diff --git a/setup.cfg b/setup.cfg index ed9cb043..fab0fdac 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