File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased] [ ]
4
4
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
6
12
7
13
## [ 0.5.5] [ ]
8
14
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- __version__ = "0.5.5 "
2
+ __version__ = "0.5.6 "
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ def after_loading_experiment_control(
43
43
context ,
44
44
get_state (),
45
45
channel ,
46
- configuration ,
47
- secrets ,
46
+ configuration = configuration ,
47
+ secrets = secrets ,
48
48
in_thread = True ,
49
49
thread_data = None ,
50
50
)
You can’t perform that action at this time.
0 commit comments