We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6c1d8 commit aad77a1Copy full SHA for aad77a1
CHANGELOG.md
@@ -2,7 +2,11 @@
2
3
## [Unreleased][]
4
5
-[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.27.2...HEAD
+[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.27.3...HEAD
6
+
7
+## [1.27.3][] - 2022-03-31
8
9
+[1.27.3]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.27.2...1.27.3
10
11
### Changed
12
chaoslib/__init__.py
@@ -41,7 +41,7 @@
41
"convert_vars",
42
"PayloadEncoder",
43
]
44
-__version__ = "1.27.2"
+__version__ = "1.27.3"
45
46
47
def substitute(
0 commit comments