Bugfix release
This commit is contained in:
parent
1d7f2bf3bf
commit
145a07b373
@ -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
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user