Skip to content

Commit 8260e48

Browse files
github-actions[bot]voneiden
authored andcommitted
chore(main): release palvelutarjotin 1.31.0
1 parent 0215bc0 commit 8260e48

4 files changed

Lines changed: 15 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.30.1"
2+
".": "1.31.0"
33
}

CHANGELOG.md

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

4+
## [1.31.0](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.30.1...palvelutarjotin-v1.31.0) (2026-02-18)
5+
6+
7+
### Features
8+
9+
* Enable resilient logger ([37a8ab8](https://github.com/City-of-Helsinki/palvelutarjotin/commit/37a8ab89c0639a13d6f436d4ccacc220a923152b))
10+
11+
12+
### Dependencies
13+
14+
* Bump sqlparse from 0.5.3 to 0.5.4 ([0215bc0](https://github.com/City-of-Helsinki/palvelutarjotin/commit/0215bc09a4af130cf9265907ed9e19c877cda328))
15+
416
## [1.30.1](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.30.0...palvelutarjotin-v1.30.1) (2026-02-04)
517

618

palvelutarjotin/__init__.py

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

66
[tool.ruff]

0 commit comments

Comments
 (0)