Skip to content

Commit 979add9

Browse files
github-actions[bot]nicobav
authored andcommitted
chore(main): release kukkuu 3.15.0
1 parent fe6daa0 commit 979add9

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.14.2"
2+
".": "3.15.0"
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.15.0](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.14.2...kukkuu-v3.15.0) (2025-10-03)
6+
7+
8+
### Features
9+
10+
* Use DATABASE_PASSWORD if present in env ([fe6daa0](https://github.com/City-of-Helsinki/kukkuu/commit/fe6daa0526a1dd75b94e6bd2c870b4c3af047cbf))
11+
512
## [3.14.2](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.14.1...kukkuu-v3.14.2) (2025-09-23)
613

714

kukkuu/__init__.py

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

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.14.2"
3+
version = "3.15.0"
44
requires-python = ">=3.11"
55

66
[tool.ruff]

0 commit comments

Comments
 (0)