Skip to content

Commit 5dc8b58

Browse files
committed
Bump version
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 161c7f5 commit 5dc8b58

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased][]
44

5-
[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.9.0...HEAD
5+
[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.10.0...HEAD
6+
7+
## [1.10.0][] - 2020-06-19
8+
9+
[1.10.0]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.9.0...1.10.0
610

711
### Added
812

chaoslib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from chaoslib.types import Configuration, Secrets
1818

1919
__all__ = ["__version__", "decode_bytes", "substitute"]
20-
__version__ = '1.9.0'
20+
__version__ = '1.10.0'
2121

2222

2323
def substitute(data: Union[None, str, Dict[str, Any], List],

0 commit comments

Comments
 (0)