Skip to content

Commit

Permalink
Prepare v0.10.1 with missing classifier added
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann committed Jan 7, 2024
1 parent 48a1e3e commit 5408997
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@ 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.10.0] - unreleased
[0.10.1] - 2024-01-07
---------------------

Fixed
^^^^^

* Add missing Python 3.12 classifier to package.


[0.10.0] - 2024-01-07
---------------------

Added
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.10.0"
__version__ = "0.10.1"
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Communications :: Email",
"Topic :: System :: Monitoring",
]
Expand All @@ -19,7 +20,7 @@ license = "MIT"
name = "dmarc-metrics-exporter"
readme = "README.rst"
repository = "https://github.com/jgosmann/dmarc-metrics-exporter/"
version = "0.10.0" # Update also in __init__.py!
version = "0.10.1" # Update also in __init__.py!

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

0 comments on commit 5408997

Please sign in to comment.