[skip ci] prepare release

This commit is contained in:
Robert Kaussow 2020-09-26 14:53:28 +02:00
parent 9926c53289
commit 98a82b0b66
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2020 Robert Kaussow <mail@geeklabor.de>
Copyright (c) 2020 Robert Kaussow <mail@thegeeklab.de>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -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

View File

@ -1,6 +1,6 @@
FROM python:3.7-alpine
LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
org.label-schema.name="ansible-later" \
org.label-schema.vcs-url="https://github.com/xoxys/ansible-later" \
org.label-schema.vendor="Robert Kaussow" \