Skip to content

Commit bc6b305

Browse files
chore(main): release kukkuu 3.21.5
1 parent 6f145d8 commit bc6b305

4 files changed

Lines changed: 12 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.4"
2+
".": "3.21.5"
33
}

CHANGELOG.md

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

5+
## [3.21.5](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.21.4...kukkuu-v3.21.5) (2026-06-27)
6+
7+
8+
### Dependencies
9+
10+
* Bump @babel/core from 7.26.0 to 7.29.7 in /browser-tests ([4918c9c](https://github.com/City-of-Helsinki/kukkuu/commit/4918c9c546c7740e336e44074e9cc30d2fb4337b))
11+
* Bump cryptography from 46.0.7 to 48.0.1 ([6f145d8](https://github.com/City-of-Helsinki/kukkuu/commit/6f145d898fab7bd57520238a6a13c7c10d388e3c))
12+
* Bump pyjwt from 2.12.0 to 2.13.0 ([b2c7206](https://github.com/City-of-Helsinki/kukkuu/commit/b2c7206c0a29eee7ce65451b7a7878eceea0848b))
13+
514
## [3.21.4](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.21.3...kukkuu-v3.21.4) (2026-06-03)
615

716

kukkuu/__init__.py

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

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.4"
4+
version = "3.21.5"
55

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

0 commit comments

Comments
 (0)