prepare bugfix release

This commit is contained in:
Robert Kaussow 2019-01-08 16:22:19 +01:00
parent d1f65e1a83
commit e81aaa3a72
3 changed files with 3 additions and 5 deletions

View File

@ -1,3 +0,0 @@
- BUGFIXES
- remove ansible-lint as dependency
- add ansible and six as new dependency

View File

@ -1,6 +1,6 @@
__author__ = "Robert Kaussow"
__project__ = "ansible-later"
__version__ = "0.1.0"
__version__ = "0.1.1"
__license__ = "MIT"
__maintainer__ = "Robert Kaussow"
__email__ = "mail@geeklabor.de"

View File

@ -76,4 +76,5 @@ def main():
return errors
main()
if __name__ == "__main__":
main()