Skip to content

Commit c526e2f

Browse files
github-actions[bot]danipran
authored andcommitted
chore(main): release notification-service-api 0.5.5
1 parent 8f2bbe6 commit c526e2f

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.5.4"
2+
".": "0.5.5"
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.5.5](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.5.4...notification-service-api-v0.5.5) (2025-09-10)
5+
6+
7+
### Dependencies
8+
9+
* Bump django from 5.1.11 to 5.1.12 ([8f2bbe6](https://github.com/City-of-Helsinki/notification-service-api/commit/8f2bbe6ff339c9512ceff57808c6f6ec151b86d6))
10+
411
## [0.5.4](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.5.3...notification-service-api-v0.5.4) (2025-08-13)
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.5.4"
1+
__version__ = "0.5.5"

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.5.4"
3+
version = "0.5.5"
44
requires-python = ">= 3.11"
55

66
[tool.ruff]

0 commit comments

Comments
 (0)