diff --git a/CHANGES.md b/CHANGES.md index dc48ed6..991e841 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/cloudbender/__init__.py b/cloudbender/__init__.py index e088014..799db8e 100644 --- a/cloudbender/__init__.py +++ b/cloudbender/__init__.py @@ -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.