Skip to content

Commit 13b33c6

Browse files
committed
Bump version 1.13.1 -> 1.14.0
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 4a5afa0 commit 13b33c6

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.13.1...HEAD
5+
[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.14.0...HEAD
6+
7+
## [1.14.0][] - 2020-09-09
8+
9+
[1.14.0]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.13.1...1.14.0
610

711
### Added
812

chaoslib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
__all__ = ["__version__", "decode_bytes", "substitute", "merge_vars",
2828
"convert_vars"]
29-
__version__ = '1.13.1'
29+
__version__ = '1.14.0'
3030

3131

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

0 commit comments

Comments
 (0)