diff --git a/LICENSE b/LICENSE index bb3e998..44e4d67 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Robert Kaussow +Copyright (c) 2020 Robert Kaussow Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ansiblelater/__init__.py b/ansiblelater/__init__.py index fb1d7fb..07c24aa 100644 --- a/ansiblelater/__init__.py +++ b/ansiblelater/__init__.py @@ -6,7 +6,7 @@ __license__ = "MIT" __maintainer__ = "Robert Kaussow" __email__ = "mail@thegeeklab.de" __url__ = "https://github.com/xoxys/ansible-later" -__version__ = "0.3.9" +__version__ = "0.3.10" from ansiblelater import logger diff --git a/docker/Dockerfile b/docker/Dockerfile index 59143e2..442679d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.7-alpine -LABEL maintainer="Robert Kaussow " \ +LABEL maintainer="Robert Kaussow " \ org.label-schema.name="ansible-later" \ org.label-schema.vcs-url="https://github.com/xoxys/ansible-later" \ org.label-schema.vendor="Robert Kaussow" \