[SKIP CI] prepare bugfix release

This commit is contained in:
Robert Kaussow 2019-06-21 12:10:44 +02:00
parent 031bbc93ad
commit 7cc976a3b2
2 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,5 @@
- BUGFIXES
- Use default split delimiter for module arguments
- INTERNALS
- exclude unnecessary test files form build packages
- remove outdated ansible vault reverences, vault encrypted files will be skipped

View File

@ -2,7 +2,7 @@
__author__ = "Robert Kaussow"
__project__ = "ansible-later"
__version__ = "0.2.6"
__version__ = "0.2.7"
__license__ = "MIT"
__maintainer__ = "Robert Kaussow"
__email__ = "mail@geeklabor.de"