Skip to content

Commit d5e48b4

Browse files
github-actions[bot]mhieta
authored andcommitted
chore(main): release palvelutarjotin 1.24.1
1 parent 8bdda88 commit d5e48b4

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-
".": "1.24.0"
2+
".": "1.24.1"
33
}

CHANGELOG.md

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

4+
## [1.24.1](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.24.0...palvelutarjotin-v1.24.1) (2025-08-28)
5+
6+
7+
### Bug Fixes
8+
9+
* Add person to contacts only when it exists ([c8fffac](https://github.com/City-of-Helsinki/palvelutarjotin/commit/c8fffaccc55523052fea74a51ba383d097ff2793))
10+
* Update person retention period deletion logic ([723b9e0](https://github.com/City-of-Helsinki/palvelutarjotin/commit/723b9e0ed818f52dfd1c8b69013a02e2d2318cdb))
11+
412
## [1.24.0](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.23.0...palvelutarjotin-v1.24.0) (2025-08-20)
513

614

palvelutarjotin/__init__.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "palvelutarjotin"
3-
version = "1.24.0"
3+
version = "1.24.1"
44
requires-python = ">= 3.12"
55

66
[tool.ruff]

0 commit comments

Comments
 (0)