Bugix release

This commit is contained in:
Stefan Reimer 2020-06-04 16:39:26 +01:00
parent 0ca7a25a6e
commit 9181c6d3bf
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 0.8.3
## 0.8.4
- New Feature: `create-docs` command
Renders a markdown documentation next to the rendered stack templated by parsing parameters and other relvant metadata

View File

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