Skip to content

Commit 4c268b3

Browse files
committed
Bump version 1.14.0 -> 1.14.1
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 9c56fbc commit 4c268b3

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.14.0...HEAD
5+
[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.14.1...HEAD
6+
7+
## [1.14.1][] - 2020-09-10
8+
9+
[1.14.1]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.14.0...1.14.1
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.14.0'
29+
__version__ = '1.14.1'
3030

3131

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

0 commit comments

Comments
 (0)