Release 0.4.2 to remove warning using latest yaml lib

This commit is contained in:
Stefan Reimer 2019-03-22 11:00:56 +00:00
parent 48c625c678
commit 3bac1bbc68
1 changed files with 1 additions and 1 deletions

View File

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