Release 0.7.4
This commit is contained in:
parent
1e1f0a7f06
commit
b3eb7e3719
@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.7.4
|
||||||
|
- Fix for only Iterate in use
|
||||||
|
|
||||||
## 0.7.3
|
## 0.7.3
|
||||||
- Added support for variables within config files, incl. usual inheritance
|
- 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
|
- Set Legacy to False by default, requires templates to check for False explicitly, allows to enabled/disable per stack
|
||||||
|
@ -2,7 +2,7 @@ import logging
|
|||||||
|
|
||||||
__author__ = "Stefan Reimer"
|
__author__ = "Stefan Reimer"
|
||||||
__email__ = "stefan@zero-downtimet.net"
|
__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.
|
# Set up logging to ``/dev/null`` like a library is supposed to.
|
||||||
|
Loading…
Reference in New Issue
Block a user