Skip to content

Commit

Permalink
chore(master): release kukkuu 3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 28, 2025
1 parent 0c96089 commit 4f6222d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.12.0"
".": "3.12.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
<!-- REMINDER: While updating changelog, also remember to update
the version in kukkuu/__init.py__ -->

## [3.12.1](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.12.0...kukkuu-v3.12.1) (2025-02-28)


### Bug Fixes

* **security:** Upgrade all dependencies, incl. python-jose v3.3 → v3.4 ([6effbf6](https://github.com/City-of-Helsinki/kukkuu/commit/6effbf64326fb1eb58a1e2faf5b3fa452c64c68c))
* **sonarcloud:** Ignore ul-wrapping of li with //NOSONAR, django does it ([82b09d2](https://github.com/City-of-Helsinki/kukkuu/commit/82b09d2a5962b0d29098b347573626e6df0623d2))
* **sonarcloud:** Use None for verification_token_user_full_name w/o user ([35932bd](https://github.com/City-of-Helsinki/kukkuu/commit/35932bd635dafc22a32d0a594ec9a121d02c9ef6))
* **sonarcloud:** Use zoneinfo.ZoneInfo instead of pytz.timezone ([d2937b8](https://github.com/City-of-Helsinki/kukkuu/commit/d2937b81877b6495cfb8812fb4dd2b459ffa08bb))


### Documentation

* Add mention to set secret from the keyvault ([e8f3537](https://github.com/City-of-Helsinki/kukkuu/commit/e8f3537d87771a69899312db4475335543376ae6))

## [3.12.0](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.11.0...kukkuu-v3.12.0) (2025-02-17)


Expand Down
2 changes: 1 addition & 1 deletion kukkuu/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.12.0"
__version__ = "3.12.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kukkuu"
version = "3.12.0"
version = "3.12.1"
requires-python = ">=3.11"

[tool.ruff]
Expand Down

0 comments on commit 4f6222d

Please sign in to comment.