Skip to content

Commit

Permalink
Prepare v0.9.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann committed Aug 1, 2023
1 parent 8c4d170 commit 24fd3e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

[0.9.4] - 2023-08-01
--------------------

This release exclusively updates dependencies in use.


[0.9.3] - 2023-07-25
--------------------

Expand Down
2 changes: 1 addition & 1 deletion dmarc_metrics_exporter/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.3"
__version__ = "0.9.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 24fd3e3

Please sign in to comment.