File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
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-datadog/compare/0.1.0...HEAD
5
+ [ Unreleased ] : https://github.com/chaostoolkit-incubator/chaostoolkit-datadog/compare/0.1.1...HEAD
6
+
7
+ ## [ 0.1.1] [ ]
8
+
9
+ [ 0.1.1 ] : https://github.com/chaostoolkit-incubator/chaostoolkit-datadog/compare/0.1.0...0.1.1
10
+
11
+ ### Added
12
+
13
+ - Missing ` arrow ` package dependency in setup.cfg
6
14
7
15
## [ 0.1.0] [ ]
8
16
Original file line number Diff line number Diff line change 15
15
from datadog_api_client import Configuration as DDCfg
16
16
from logzero import logger
17
17
18
- __version__ = "0.1.0 "
18
+ __version__ = "0.1.1 "
19
19
20
20
21
21
@contextmanager
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ setup_requires =
49
49
install_requires =
50
50
chaostoolkit-lib~=1.25
51
51
datadog-api-client
52
+ arrow
52
53
tests_require =
53
54
requests-mock
54
55
coverage
You can’t perform that action at this time.
0 commit comments