Release 0.7.4
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Stefan Reimer 2019-09-02 15:55:16 +00:00
parent 1e1f0a7f06
commit b3eb7e3719
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 0.7.4
- Fix for only Iterate in use
## 0.7.3
- Added support for variables within config files, incl. usual inheritance
- Set Legacy to False by default, requires templates to check for False explicitly, allows to enabled/disable per stack

View File

@ -2,7 +2,7 @@ import logging
__author__ = "Stefan Reimer"
__email__ = "stefan@zero-downtimet.net"
__version__ = "0.7.3"
__version__ = "0.7.4"
# Set up logging to ``/dev/null`` like a library is supposed to.