From 3a58634013aa71ab8d8e369f85c726ce467530e4 Mon Sep 17 00:00:00 2001 From: Mathias G Date: Wed, 8 Oct 2025 10:15:39 +0200 Subject: [PATCH] Bumped version --- changelog.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index f66c147..859f17c 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.1.0] - 2025-10-08 + ### Added - Added integration to Kombit's BeskedFordeler (message broker). @@ -55,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Module for authenticating towards Kombit's Serviceplatform API. - Function for checking if someone is registered for Digital Post or NemSMS. -[Unreleased]: https://github.com/itk-dev-rpa/python-serviceplatformen/compare/3.0.1...HEAD +[Unreleased]: https://github.com/itk-dev-rpa/python-serviceplatformen/compare/3.1.0...HEAD +[3.1.0]: https://github.com/itk-dev-rpa/python-serviceplatformen/releases/tag/3.1.0 [3.0.1]: https://github.com/itk-dev-rpa/python-serviceplatformen/releases/tag/3.0.1 [3.0.0]: https://github.com/itk-dev-rpa/python-serviceplatformen/releases/tag/3.0.0 [2.1.0]: https://github.com/itk-dev-rpa/python-serviceplatformen/releases/tag/2.1.0 diff --git a/pyproject.toml b/pyproject.toml index 4b42c35..221d74b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python_serviceplatformen" -version = "3.0.1" +version = "3.1.0" authors = [ { name="ITK Development", email="itk-rpa@mkb.aarhus.dk" }, ]