mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 04:40:42 +00:00
prepare bugfix release
This commit is contained in:
parent
d1f65e1a83
commit
e81aaa3a72
@ -1,3 +0,0 @@
|
||||
- BUGFIXES
|
||||
- remove ansible-lint as dependency
|
||||
- add ansible and six as new dependency
|
@ -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"
|
||||
|
@ -76,4 +76,5 @@ def main():
|
||||
return errors
|
||||
|
||||
|
||||
main()
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
Loading…
Reference in New Issue
Block a user