Skip to content

Commit 5b16ae6

Browse files
github-actions[bot]nicobav
authored andcommitted
chore(main): release kukkuu 3.15.2
1 parent b9cde50 commit 5b16ae6

4 files changed

Lines changed: 15 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.1"
2+
".": "3.15.2"
33
}

CHANGELOG.md

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

5+
## [3.15.2](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.15.1...kukkuu-v3.15.2) (2025-10-15)
6+
7+
8+
### Bug Fixes
9+
10+
* Switch to psycopg-c ([d380aac](https://github.com/City-of-Helsinki/kukkuu/commit/d380aac9265015cc86e107700456342b221bf6ae))
11+
12+
13+
### Dependencies
14+
15+
* Use pre-commit ruff ([dcb31ac](https://github.com/City-of-Helsinki/kukkuu/commit/dcb31ac06044422eef6c06a082500bf42b6f9a6d))
16+
517
## [3.15.1](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.15.0...kukkuu-v3.15.1) (2025-10-13)
618

719

kukkuu/__init__.py

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

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.1"
3+
version = "3.15.2"
44
requires-python = ">=3.12"
55

66
[tool.ruff]

0 commit comments

Comments
 (0)