Skip to content

Commit 8ffe39b

Browse files
committed
Fix setuptools on release so package is created
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent db92d70 commit 8ffe39b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-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/chaostoolkit-lib/compare/1.18.1...HEAD
5+
[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.18.2...HEAD
6+
7+
## [1.18.2][] - 2021-02-16
8+
9+
[1.18.2]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.18.1...1.18.2
10+
11+
### Changed
12+
13+
- Fix release workflow by updating to latest setuptools
614

715
## [1.18.1][] - 2021-02-16
816

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.18.1'
29+
__version__ = '1.18.2'
3030

3131

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

0 commit comments

Comments
 (0)