Skip to content

Commit 8656d77

Browse files
committed
Prepare v1.3.1 release
1 parent 069d0f1 commit 8656d77

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file.
66
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
77
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
88

9+
[1.3.1] - 2026-05-05
10+
--------------------
11+
12+
No changes. Release publish a new tag for the Docker image after fixing its
13+
build.
14+
15+
916
[1.3.0] - 2026-04-19
1017
--------------------
1118

dmarc_metrics_exporter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0"
1+
__version__ = "1.3.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license = "MIT"
2020
name = "dmarc-metrics-exporter"
2121
readme = "README.rst"
2222
repository = "https://github.com/jgosmann/dmarc-metrics-exporter/"
23-
version = "1.3.0" # Update also in __init__.py and Docker compose example in readme!
23+
version = "1.3.1" # Update also in __init__.py and Docker compose example in readme!
2424

2525
[tool.poetry.scripts]
2626
dmarc-metrics-exporter = "dmarc_metrics_exporter.__main__:run"

0 commit comments

Comments
 (0)