Skip to content

Commit 77e5ada

Browse files
github-actions[bot]mhieta
authored andcommitted
chore(main): release palvelutarjotin 1.31.1
1 parent ae62ded commit 77e5ada

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.31.0"
2+
".": "1.31.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.31.1](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.31.0...palvelutarjotin-v1.31.1) (2026-03-09)
5+
6+
7+
### Dependencies
8+
9+
* Bump authlib from 1.6.6 to 1.6.7 ([ae62ded](https://github.com/City-of-Helsinki/palvelutarjotin/commit/ae62ded58e81cd36f7b330ec256b47b289f9466b))
10+
* Bump django from 5.2.11 to 5.2.12 ([bd33b22](https://github.com/City-of-Helsinki/palvelutarjotin/commit/bd33b2269cb0fe66750f91baac64cccd91e6b79c))
11+
412
## [1.31.0](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.30.1...palvelutarjotin-v1.31.0) (2026-02-18)
513

614

palvelutarjotin/__init__.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "palvelutarjotin"
33
requires-python = ">= 3.12, <3.13"
4-
version = "1.31.0"
4+
version = "1.31.1"
55

66
[tool.ruff]
77
target-version = "py312"

0 commit comments

Comments
 (0)