Skip to content

Commit c57a7c0

Browse files
github-actions[bot]charn
authored andcommitted
chore(main): release kukkuu 3.18.0
1 parent 72582e6 commit c57a7c0

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.17.6"
2+
".": "3.18.0"
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.18.0](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.17.6...kukkuu-v3.18.0) (2026-03-17)
6+
7+
8+
### Features
9+
10+
* Disable django admin password login ([72582e6](https://github.com/City-of-Helsinki/kukkuu/commit/72582e665bd33256e9ca87acc337059cb21b6b05))
11+
12+
13+
### Dependencies
14+
15+
* Move ipython to main requirements for better production console ([3a370f9](https://github.com/City-of-Helsinki/kukkuu/commit/3a370f9a226998839f2bbec08602e31d82f0f0cc))
16+
517
## [3.17.6](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.17.5...kukkuu-v3.17.6) (2026-03-05)
618

719

kukkuu/__init__.py

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

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

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

0 commit comments

Comments
 (0)