From 2d50b6b26bf962f006169b24ada4d5d8cd1b8f18 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 1 Mar 2024 12:31:28 +0100 Subject: [PATCH] Release 5.4.0 --- CHANGELOG.md | 14 ++++++++++++++ puppetboard/version.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c192860f1..3091e9d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [v5.4.0](https://github.com/voxpupuli/puppetboard/tree/v5.4.0) (2024-03-01) + +[Full Changelog](https://github.com/voxpupuli/puppetboard/compare/v5.3.0...v5.4.0) + +**Merged pull requests:** + +- Bump types-setuptools from 69.0.0.20240125 to 69.1.0.20240301 [\#1048](https://github.com/voxpupuli/puppetboard/pull/1048) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump pylint from 3.0.3 to 3.1.0 [\#1043](https://github.com/voxpupuli/puppetboard/pull/1043) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump coverage from 7.4.1 to 7.4.3 [\#1042](https://github.com/voxpupuli/puppetboard/pull/1042) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump pytest from 8.0.0 to 8.0.2 [\#1041](https://github.com/voxpupuli/puppetboard/pull/1041) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump typing-extensions from 4.9.0 to 4.10.0 [\#1040](https://github.com/voxpupuli/puppetboard/pull/1040) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump types-requests from 2.31.0.20240125 to 2.31.0.20240218 [\#1036](https://github.com/voxpupuli/puppetboard/pull/1036) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump urllib3 from 2.2.0 to 2.2.1 [\#1033](https://github.com/voxpupuli/puppetboard/pull/1033) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v5.3.0](https://github.com/voxpupuli/puppetboard/tree/v5.3.0) (2024-02-07) [Full Changelog](https://github.com/voxpupuli/puppetboard/compare/v5.2.0...v5.3.0) diff --git a/puppetboard/version.py b/puppetboard/version.py index 8e1351f19..77e051924 100644 --- a/puppetboard/version.py +++ b/puppetboard/version.py @@ -2,4 +2,4 @@ # Puppetboard version module # -__version__ = '5.3.0' +__version__ = '5.4.0'