Skip to content

Commit 71f8bc9

Browse files
github-actions[bot]mhieta
authored andcommitted
chore(main): release palvelutarjotin 1.27.0
1 parent 2f5a011 commit 71f8bc9

4 files changed

Lines changed: 17 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.26.2"
2+
".": "1.27.0"
33
}

CHANGELOG.md

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

4+
## [1.27.0](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.26.2...palvelutarjotin-v1.27.0) (2025-11-27)
5+
6+
7+
### Features
8+
9+
* Allow Sentry uWSGI-plugin to be optional ([2f5a011](https://github.com/City-of-Helsinki/palvelutarjotin/commit/2f5a0118d94a00a8c536864786e96bb34c0c32c8))
10+
* Change log format to json ([0310667](https://github.com/City-of-Helsinki/palvelutarjotin/commit/0310667bcc7130e1bea3944f4f549632d6374476))
11+
* **sentry:** Update sentry configuration ([acdf4fb](https://github.com/City-of-Helsinki/palvelutarjotin/commit/acdf4fb0cdd946548e74462d2e5df16404b63aec))
12+
13+
14+
### Dependencies
15+
16+
* **dev:** Bump pip-tools from 7.5.1 to 7.5.2 ([4d49f66](https://github.com/City-of-Helsinki/palvelutarjotin/commit/4d49f66c09ad097dcb1e09e1e2e5aa419b52f7b7))
17+
418
## [1.26.2](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.26.1...palvelutarjotin-v1.26.2) (2025-11-10)
519

620

palvelutarjotin/__init__.py

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

66
[tool.ruff]

0 commit comments

Comments
 (0)