From ecae89509fb41320035a0d0977859061e3b69dec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:29:05 +0000 Subject: [PATCH] chore(master): release kukkuu 3.10.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ kukkuu/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c8ae50..0b9e26a6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.9.0" + ".": "3.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 176c17d2..7af892c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ +## [3.10.0](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.9.0...kukkuu-v3.10.0) (2024-11-25) + + +### Features + +* Add hasAnyFreePasswords to ExternalEventTicketSystem ([915e85a](https://github.com/City-of-Helsinki/kukkuu/commit/915e85a46b74ffad40836a01827c57237baccfad)) + ## [3.9.0](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.8.0...kukkuu-v3.9.0) (2024-10-31) diff --git a/kukkuu/__init__.py b/kukkuu/__init__.py index fcd7ddb9..9ce9954c 100644 --- a/kukkuu/__init__.py +++ b/kukkuu/__init__.py @@ -1 +1 @@ -__version__ = "3.9.0" +__version__ = "3.10.0"