Skip to content

Commit 97110da

Browse files
github-actions[bot]voneiden
authored andcommitted
chore(main): release kukkuu 3.21.3
1 parent 07065f2 commit 97110da

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.21.2"
2+
".": "3.21.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
<!-- REMINDER: While updating changelog, also remember to update
33
the version in kukkuu/__init.py__ -->
44

5+
## [3.21.3](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.21.2...kukkuu-v3.21.3) (2026-05-25)
6+
7+
8+
### Bug Fixes
9+
10+
* **audit_log:** Exclude last_api_use from audit logging ([07065f2](https://github.com/City-of-Helsinki/kukkuu/commit/07065f2dccd498a4562b0511c58fb9b21c3fcee4))
11+
512
## [3.21.2](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.21.1...kukkuu-v3.21.2) (2026-05-19)
613

714

kukkuu/__init__.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "kukkuu"
33
requires-python = ">=3.12, <3.13"
4-
version = "3.21.2"
4+
version = "3.21.3"
55

66
[tool.ruff]
77
target-version = "py312"

0 commit comments

Comments
 (0)