From a41122c5cf4f525e293a52cbdc1a130fcce78e31 Mon Sep 17 00:00:00 2001 From: znerol Date: Fri, 12 Apr 2024 09:43:04 +0200 Subject: [PATCH] Update changelog bump release --- CHANGELOG.rst | 13 ++++++++++++- pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6e55b91..8ecefd0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,16 @@ The format is based on `Keep a Changelog`_ and this project adheres to ------------- +`3.2.4`_ - 2024-04-12 +--------------------- + +Changed +~~~~~~~ + +- Bump idna from 3.6 to 3.7 (#239) +- Bump werkzeug from 3.0.1 to 3.0.2 (#237) + + `3.2.3`_ - 2024-02-25 --------------------- @@ -370,7 +380,8 @@ Added .. _Keep a Changelog: http://keepachangelog.com/en/1.0.0/ .. _Semantic Versioning: http://semver.org/spec/v2.0.0.html -.. _Unreleased: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.3...HEAD +.. _Unreleased: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.4...HEAD +.. _3.2.4: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.4...v3.2.3 .. _3.2.3: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.3...v3.2.2 .. _3.2.2: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.2...v3.2.1 .. _3.2.1: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.1...v3.2.0 diff --git a/pyproject.toml b/pyproject.toml index 1501d38..ca4e630 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "prometheus-pve-exporter" -version = "3.2.3" +version = "3.2.4" authors = [{ name = "Lorenz Schori", email = "lo@znerol.ch" }] description = "Proxmox VE exporter for the Prometheus monitoring system." requires-python = ">=3.9"