Skip to content

Commit 7a605f6

Browse files
chore(main): release palvelutarjotin 1.36.1
1 parent 7dfa0db commit 7a605f6

4 files changed

Lines changed: 16 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.36.0"
2+
".": "1.36.1"
33
}

CHANGELOG.md

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

4+
## [1.36.1](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.36.0...palvelutarjotin-v1.36.1) (2026-06-27)
5+
6+
7+
### Bug Fixes
8+
9+
* Prevent duplicate enrolment report creation during sync ([7dfa0db](https://github.com/City-of-Helsinki/palvelutarjotin/commit/7dfa0db76c39822640302664e2409d78d76c1a9b))
10+
11+
12+
### Dependencies
13+
14+
* Bump cryptography from 46.0.7 to 48.0.1 ([cd3d76b](https://github.com/City-of-Helsinki/palvelutarjotin/commit/cd3d76bc5f677965f459e2db4522451cf5025bc5))
15+
* Bump pyjwt from 2.12.1 to 2.13.0 ([99c9a87](https://github.com/City-of-Helsinki/palvelutarjotin/commit/99c9a8761fd7b3c0b694c7c796f079830fa4759e))
16+
417
## [1.36.0](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.35.3...palvelutarjotin-v1.36.0) (2026-06-05)
518

619

palvelutarjotin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.36.0"
1+
__version__ = "1.36.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.36.0"
4+
version = "1.36.1"
55

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

0 commit comments

Comments
 (0)