Skip to content

Commit 91eb0db

Browse files
committed
Add missing dependency
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent a9d3d92 commit 91eb0db

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased][]
44

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
614

715
## [0.1.0][]
816

chaosdatadog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from datadog_api_client import Configuration as DDCfg
1616
from logzero import logger
1717

18-
__version__ = "0.1.0"
18+
__version__ = "0.1.1"
1919

2020

2121
@contextmanager

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ setup_requires =
4949
install_requires =
5050
chaostoolkit-lib~=1.25
5151
datadog-api-client
52+
arrow
5253
tests_require =
5354
requests-mock
5455
coverage

0 commit comments

Comments
 (0)