Skip to content

Commit 3daa030

Browse files
github-actions[bot]charn
authored andcommitted
chore(main): release notification-service-api 0.12.3
1 parent da14a3d commit 3daa030

4 files changed

Lines changed: 10 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.12.2"
2+
".": "0.12.3"
33
}

CHANGELOG.md

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

4+
## [0.12.3](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.12.2...notification-service-api-v0.12.3) (2026-04-14)
5+
6+
7+
### Dependencies
8+
9+
* Bump pytest from 9.0.2 to 9.0.3 ([da14a3d](https://github.com/City-of-Helsinki/notification-service-api/commit/da14a3da4e9b88bc53cfb8840b4999b79c973153))
10+
411
## [0.12.2](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.12.1...notification-service-api-v0.12.2) (2026-04-09)
512

613

notification_service/__init__.py

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

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

66
[tool.ruff]

0 commit comments

Comments
 (0)