Skip to content

Commit ef99360

Browse files
github-actions[bot]mhieta
authored andcommitted
chore(main): release palvelutarjotin 1.30.0
1 parent db89bbc commit ef99360

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-
".": "1.29.0"
2+
".": "1.30.0"
33
}

CHANGELOG.md

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

4+
## [1.30.0](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.29.0...palvelutarjotin-v1.30.0) (2026-01-27)
5+
6+
7+
### Features
8+
9+
* Disable new audit logging cron tasks ([db89bbc](https://github.com/City-of-Helsinki/palvelutarjotin/commit/db89bbc32ced05213fab86ae053a117ce6223619))
10+
411
## [1.29.0](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.28.0...palvelutarjotin-v1.29.0) (2026-01-23)
512

613

palvelutarjotin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.29.0"
1+
__version__ = "1.30.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 = "palvelutarjotin"
3-
version = "1.29.0"
3+
version = "1.30.0"
44
requires-python = ">= 3.12"
55

66
[tool.ruff]

0 commit comments

Comments
 (0)