From 24fd3e3caa1919465a46263e220a45ec9e93de3c Mon Sep 17 00:00:00 2001 From: Jan Gosmann Date: Tue, 1 Aug 2023 20:34:34 +0200 Subject: [PATCH] Prepare v0.9.4 release --- CHANGELOG.rst | 6 ++++++ dmarc_metrics_exporter/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e020f44..69899a2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_, and this project adheres to `Semantic Versioning `_. +[0.9.4] - 2023-08-01 +-------------------- + +This release exclusively updates dependencies in use. + + [0.9.3] - 2023-07-25 -------------------- diff --git a/dmarc_metrics_exporter/__init__.py b/dmarc_metrics_exporter/__init__.py index c598173..e94731c 100644 --- a/dmarc_metrics_exporter/__init__.py +++ b/dmarc_metrics_exporter/__init__.py @@ -1 +1 @@ -__version__ = "0.9.3" +__version__ = "0.9.4" diff --git a/pyproject.toml b/pyproject.toml index 7e85a7d..8d36def 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ license = "MIT" name = "dmarc-metrics-exporter" readme = "README.rst" repository = "https://github.com/jgosmann/dmarc-metrics-exporter/" -version = "0.9.3" # Update also in __init__.py! +version = "0.9.4" # Update also in __init__.py! [tool.poetry.scripts] dmarc-metrics-exporter = "dmarc_metrics_exporter.__main__:run"