Skip to content

Commit 2281527

Browse files
github-actions[bot]nicobav
authored andcommitted
chore(main): release kukkuu 3.18.2
1 parent 37461e8 commit 2281527

4 files changed

Lines changed: 11 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.18.1"
2+
".": "3.18.2"
33
}

CHANGELOG.md

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

5+
## [3.18.2](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.18.1...kukkuu-v3.18.2) (2026-03-18)
6+
7+
8+
### Dependencies
9+
10+
* Bump pyasn1 from 0.6.2 to 0.6.3 ([2670449](https://github.com/City-of-Helsinki/kukkuu/commit/2670449a0fee7d187c8d2c5a1577f8d04c6629f7))
11+
* Bump pyjwt from 2.10.1 to 2.12.0 ([37461e8](https://github.com/City-of-Helsinki/kukkuu/commit/37461e89af45a5564b178c122b2fb5e3e2112b58))
12+
513
## [3.18.1](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.18.0...kukkuu-v3.18.1) (2026-03-17)
614

715

kukkuu/__init__.py

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

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

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

0 commit comments

Comments
 (0)