Skip to content

Commit 1c8baf1

Browse files
committed
Bump version 1.8.1 -> 1.9.0
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent b29a229 commit 1c8baf1

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.8.1...HEAD
5+
[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.9.0...HEAD
6+
7+
## [1.9.0][] - 2020-04-29
8+
9+
[1.9.0]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.8.1...1.9.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.8.1'
20+
__version__ = '1.9.0'
2121

2222

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

0 commit comments

Comments
 (0)