Bugfix release

This commit is contained in:
Stefan Reimer 2020-06-25 14:10:37 +01:00
parent 1d7f2bf3bf
commit 145a07b373
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Changelog # Changelog
## 0.9.2
- Bug fix release only
## 0.9.1 ## 0.9.1
- Added explicitly set parameter values to the create-doc markdown to get complete stack picture - Added explicitly set parameter values to the create-doc markdown to get complete stack picture

View File

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