Skip to content

Commit 34c380e

Browse files
committed
fix signature
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent f6141f1 commit 34c380e

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

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

33
## [Unreleased][]
44

5-
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.5.5...HEAD
5+
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.5.6...HEAD
6+
7+
## [0.5.6][]
8+
9+
[0.5.6]: https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.5.5...0.5.6
10+
11+
- Fix signature again
612

713
## [0.5.5][]
814

chaosslack/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "0.5.5"
2+
__version__ = "0.5.6"

chaosslack/control.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def after_loading_experiment_control(
4343
context,
4444
get_state(),
4545
channel,
46-
configuration,
47-
secrets,
46+
configuration=configuration,
47+
secrets=secrets,
4848
in_thread=True,
4949
thread_data=None,
5050
)

0 commit comments

Comments
 (0)