Skip to content

Commit 41975e0

Browse files
github-actions[bot]nicobav
authored andcommitted
chore(main): release kukkuu 3.15.3
1 parent 95ecfa1 commit 41975e0

4 files changed

Lines changed: 21 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.15.2"
2+
".": "3.15.3"
33
}

CHANGELOG.md

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

5+
## [3.15.3](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.15.2...kukkuu-v3.15.3) (2025-10-22)
6+
7+
8+
### Bug Fixes
9+
10+
* Make admin descriptions django 5.2 compatible ([4b9a0f7](https://github.com/City-of-Helsinki/kukkuu/commit/4b9a0f7b8b832dfc1d81efa8195ce3fe1e45fc6d))
11+
12+
13+
### Dependencies
14+
15+
* Upgrade django-csp to version 4 ([5f994d6](https://github.com/City-of-Helsinki/kukkuu/commit/5f994d627b80035c5ccd6204bfb0c87b5189a490))
16+
* Upgrade to django 5.2 and all applicable deps ([95ecfa1](https://github.com/City-of-Helsinki/kukkuu/commit/95ecfa111885bd2b8d8d6b4c3ef1c04f5818c662))
17+
18+
19+
### Documentation
20+
21+
* Adjust README about ruff ([5439eb5](https://github.com/City-of-Helsinki/kukkuu/commit/5439eb5be22f62de7a457ffac7108fbe5bf54aa7))
22+
523
## [3.15.2](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.15.1...kukkuu-v3.15.2) (2025-10-15)
624

725

kukkuu/__init__.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kukkuu"
3-
version = "3.15.2"
3+
version = "3.15.3"
44
requires-python = ">=3.12"
55

66
[tool.ruff]

0 commit comments

Comments
 (0)