Skip to content

Commit 3a12a04

Browse files
github-actions[bot]mhieta
authored andcommitted
chore(main): release palvelutarjotin 1.25.2
1 parent 1aafc75 commit 3a12a04

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.25.1"
2+
".": "1.25.2"
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.25.2](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.25.1...palvelutarjotin-v1.25.2) (2025-09-23)
5+
6+
7+
### Dependencies
8+
9+
* Bump authlib from 1.5.1 to 1.6.4 ([1aafc75](https://github.com/City-of-Helsinki/palvelutarjotin/commit/1aafc753e6e54d983de77f3a39ae3da22aedbddb))
10+
* Improve requirements ([30e26e8](https://github.com/City-of-Helsinki/palvelutarjotin/commit/30e26e8bdc532424e032f8b4078d86efab5186a3))
11+
12+
13+
### Documentation
14+
15+
* **readme:** Update parts regarding code and git commit message formats ([943f601](https://github.com/City-of-Helsinki/palvelutarjotin/commit/943f6017133efb4c691958a476e3a35c067df6a2))
16+
* Remove contact information from README ([3422570](https://github.com/City-of-Helsinki/palvelutarjotin/commit/34225709964bcaf805661092224951929a022ded))
17+
418
## [1.25.1](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.25.0...palvelutarjotin-v1.25.1) (2025-09-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.25.1"
1+
__version__ = "1.25.2"

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.25.1"
3+
version = "1.25.2"
44
requires-python = ">= 3.12"
55

66
[tool.ruff]

0 commit comments

Comments
 (0)