Release 0.7.4
This commit is contained in:
parent
1e1f0a7f06
commit
b3eb7e3719
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user