Skip to content

Commit df14cbb

Browse files
authored
Fix crash when YEARLY is used (#69)
2 parents 29d7f05 + 334b34d commit df14cbb

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

RELEASE_NOTES.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,4 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
6-
7-
## Upgrading
8-
9-
* `Dispatcher.running_state_change` now also sends a message when the duration specified in the dispatch has passed. If no duration is specified, no STOPPED message will be sent.
10-
11-
## New Features
12-
13-
* We now provide the `DispatchManagingActor` class, a class to manage actors based on incoming dispatches.
14-
15-
## Bug Fixes
16-
17-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
5+
* This fixes a crash when the `YEARLY` frequency is used in a dispatch.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
# plugins.mkdocstrings.handlers.python.import)
4242
"frequenz-sdk >= 1.0.0-rc900, < 1.0.0-rc1000",
4343
"frequenz-channels >= 1.2.0, < 2.0.0",
44-
"frequenz-client-dispatch >= 0.7.0, < 0.8.0",
44+
"frequenz-client-dispatch >= 0.7.1, < 0.8.0",
4545
]
4646
dynamic = ["version"]
4747

0 commit comments

Comments
 (0)