Skip to content

Commit 0f75a13

Browse files
authored
Merge pull request #149 from City-of-Helsinki/release/1.5.1
Release 1.5.1
2 parents 913095c + ed6fca0 commit 0f75a13

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

4+
## [1.5.1] - 30 Sep 2020
5+
### Added
6+
- Add localtime function to event notification templates
7+
48
## [1.5.0] - 30 Sep 2020
59
### Added
610
- Add upcoming occurrence reminder notification
@@ -110,8 +114,9 @@ the version in kukkuu/__init.py__ -->
110114

111115

112116

113-
[Unreleased]: https://github.com/City-of-Helsinki/kukkuu/compare/v1.5.0...HEAD
114-
[1.4.0]: https://github.com/City-of-Helsinki/kukkuu/compare/v1.4.0...v1.5.0
117+
[Unreleased]: https://github.com/City-of-Helsinki/kukkuu/compare/v1.5.1...HEAD
118+
[1.5.1]: https://github.com/City-of-Helsinki/kukkuu/compare/v1.5.0...v1.5.1
119+
[1.5.0]: https://github.com/City-of-Helsinki/kukkuu/compare/v1.4.0...v1.5.0
115120
[1.4.0]: https://github.com/City-of-Helsinki/kukkuu/compare/v1.3.0...v1.4.0
116121
[1.3.0]: https://github.com/City-of-Helsinki/kukkuu/compare/v1.2.0...v1.3.0
117122
[1.2.0]: https://github.com/City-of-Helsinki/kukkuu/compare/v1.1.0...v1.2.0

events/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def send_event_notifications_to_guardians(event, notification_type, children, **
1919
"child": child,
2020
"guardian": guardian,
2121
"event_url": get_event_ui_url(event, child, guardian.language),
22+
"localtime": timezone.template_localtime,
2223
**kwargs,
2324
}
2425
occurrence = kwargs.get("occurrence")

kukkuu/__init__.py

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

0 commit comments

Comments
 (0)