From 046fe14aae924686b88e9f45d25814295c1656d1 Mon Sep 17 00:00:00 2001 From: Jan Gosmann Date: Sun, 11 Feb 2024 20:46:22 +0100 Subject: [PATCH] Prepare v0.11.0 release --- CHANGELOG.rst | 4 ++-- dmarc_metrics_exporter/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 40057a9..da64ca8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,8 +6,8 @@ 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 `_. -unreleased ----------- +[0.11.0] - 2024-02-11 +--------------------- Added ^^^^^ diff --git a/dmarc_metrics_exporter/__init__.py b/dmarc_metrics_exporter/__init__.py index 1f4c4d4..ae6db5f 100644 --- a/dmarc_metrics_exporter/__init__.py +++ b/dmarc_metrics_exporter/__init__.py @@ -1 +1 @@ -__version__ = "0.10.1" +__version__ = "0.11.0" diff --git a/pyproject.toml b/pyproject.toml index e12a184..d947faf 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ license = "MIT" name = "dmarc-metrics-exporter" readme = "README.rst" repository = "https://github.com/jgosmann/dmarc-metrics-exporter/" -version = "0.10.1" # Update also in __init__.py! +version = "0.11.0" # Update also in __init__.py! [tool.poetry.scripts] dmarc-metrics-exporter = "dmarc_metrics_exporter.__main__:run"