From 1053c2033dd704e9e5d872e95845a68ca9a35567 Mon Sep 17 00:00:00 2001 From: Jan Gosmann Date: Sun, 11 Dec 2022 19:14:09 +0100 Subject: [PATCH] Prepare v0.8.0 release --- CHANGELOG.rst | 2 +- dmarc_metrics_exporter/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 571c155..3282f03 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,7 @@ 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.8.0] - [unreleased] +[0.8.0] - [2022-12-11] ---------------------- Added diff --git a/dmarc_metrics_exporter/__init__.py b/dmarc_metrics_exporter/__init__.py index 49e0fc1..777f190 100644 --- a/dmarc_metrics_exporter/__init__.py +++ b/dmarc_metrics_exporter/__init__.py @@ -1 +1 @@ -__version__ = "0.7.0" +__version__ = "0.8.0" diff --git a/pyproject.toml b/pyproject.toml index d72bafd..ef54aee 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.7.0" # Update also in __init__.py! +version = "0.8.0" # Update also in __init__.py! [tool.poetry.scripts] dmarc-metrics-exporter = "dmarc_metrics_exporter.__main__:run"