Skip to content

Commit 389b02a

Browse files
github-actions[bot]mhieta
authored andcommitted
chore(master): release notification-service-api 0.5.1
1 parent 3dc1b49 commit 389b02a

4 files changed

Lines changed: 12 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.0"
2+
".": "0.5.1"
33
}

CHANGELOG.md

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

4+
## [0.5.1](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.5.0...notification-service-api-v0.5.1) (2025-05-23)
5+
6+
7+
### Dependencies
8+
9+
* Bump cryptography from 43.0.3 to 44.0.1 ([b6c510d](https://github.com/City-of-Helsinki/notification-service-api/commit/b6c510d41f4d1709c1c17612ac670fb619334983))
10+
* Bump django from 5.1.2 to 5.1.9 ([25dff55](https://github.com/City-of-Helsinki/notification-service-api/commit/25dff55907509df7d8a519f6c3e9e76298ff6f3f))
11+
* Bump python-jose from 3.3.0 to 3.4.0 ([3dc1b49](https://github.com/City-of-Helsinki/notification-service-api/commit/3dc1b497ba5d5b83212add3c3366d2f581370899))
12+
413
## [0.5.0](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.4.1...notification-service-api-v0.5.0) (2024-12-02)
514

615

notification_service/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.5.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.5.0"
3+
version = "0.5.1"
44
requires-python = ">= 3.11"
55

66
[tool.ruff]

0 commit comments

Comments
 (0)