Skip to content

Commit a48095e

Browse files
github-actions[bot]nikomakela
authored andcommitted
chore(master): release palvelutarjotin 1.22.1
1 parent 80e9f26 commit a48095e

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.22.0"
2+
".": "1.22.1"
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.22.1](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.22.0...palvelutarjotin-v1.22.1) (2025-05-28)
5+
6+
7+
### Bug Fixes
8+
9+
* Add is_event_admin column to user admin list ([80e9f26](https://github.com/City-of-Helsinki/palvelutarjotin/commit/80e9f26097825fee03012e2a74e02e0398eeb705))
10+
11+
12+
### Documentation
13+
14+
* Add gruppo to architecture README ([464197b](https://github.com/City-of-Helsinki/palvelutarjotin/commit/464197b07b23986387cbcf109bf45a8d13bc0d82))
15+
416
## [1.22.0](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.21.0...palvelutarjotin-v1.22.0) (2025-05-27)
517

618

palvelutarjotin/__init__.py

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

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

66
[tool.ruff]

0 commit comments

Comments
 (0)