Skip to content

Commit 8b5095b

Browse files
github-actions[bot]voneiden
authored andcommitted
chore(main): release notification-service-api 0.10.1
1 parent 5e26359 commit 8b5095b

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-
".": "0.10.0"
2+
".": "0.10.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 notification_service/__init.py__ -->
33

4+
## [0.10.1](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.10.0...notification-service-api-v0.10.1) (2026-01-27)
5+
6+
7+
### Dependencies
8+
9+
* Bump pyasn1 from 0.6.1 to 0.6.2 ([5e26359](https://github.com/City-of-Helsinki/notification-service-api/commit/5e2635944623489c4a273da5a1ce792e8983b53a))
10+
* Bump wheel from 0.45.1 to 0.46.2 ([586d9fb](https://github.com/City-of-Helsinki/notification-service-api/commit/586d9fbbe19a0fabd825bb2654e1ceed1e6e0d90))
11+
412
## [0.10.0](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.9.1...notification-service-api-v0.10.0) (2026-01-12)
513

614

notification_service/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.0"
1+
__version__ = "0.10.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 = "notification-service"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
requires-python = ">= 3.12"
55

66
[tool.ruff]

0 commit comments

Comments
 (0)