New version, CHANGES

This commit is contained in:
Stefan Reimer 2020-06-22 16:17:53 +01:00
parent 9d862b51dd
commit aa8df17172
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 0.9.1
- Added explicitly set parameter values to the create-doc markdown to get complete stack picture
## 0.9.0
New Features:

View File

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