bump version to v0.3.5

This commit is contained in:
Robert Kaussow 2020-06-03 22:55:42 +02:00
parent 247f0563a8
commit b0b8e825d3
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
* BUGFIX
* fix typo in argparse description
* INTERNAL
* add markdown linting to CI (markdownlint-cli)
* add spellchecking to CI (spellcheck-cli)

View File

@ -6,7 +6,7 @@ __license__ = "MIT"
__maintainer__ = "Robert Kaussow"
__email__ = "mail@geeklabor.de"
__url__ = "https://github.com/xoxys/ansible-later"
__version__ = "0.3.4"
__version__ = "0.3.5"
from ansiblelater import logger