Release 2.1.1

This commit is contained in:
Jan Kiszka 2020-05-19 08:03:26 +02:00
parent d58a291513
commit d02e87a0a7
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
2.1.1
- repos: Silence pycodestyle error (that broke docker image generation)
2.1 2.1
- Add support for S3 fetcher to docker image - Add support for S3 fetcher to docker image
- Lift Python minimal requirements to 3.5 - Lift Python minimal requirements to 3.5

View File

@ -60,7 +60,7 @@ trace()
} }
if [ -z "${KAS_IMAGE_VERSION}" ]; then if [ -z "${KAS_IMAGE_VERSION}" ]; then
KAS_IMAGE_VERSION="2.1" KAS_IMAGE_VERSION="2.1.1"
fi fi
DOCKER_IMAGE=kasproject/kas:${KAS_IMAGE_VERSION} DOCKER_IMAGE=kasproject/kas:${KAS_IMAGE_VERSION}

View File

@ -25,7 +25,7 @@
__license__ = 'MIT' __license__ = 'MIT'
__copyright__ = 'Copyright (c) Siemens AG, 2017-2018' __copyright__ = 'Copyright (c) Siemens AG, 2017-2018'
__version__ = '2.1' __version__ = '2.1.1'
# Please update docs/format-changelog.rst when changing the file version. # Please update docs/format-changelog.rst when changing the file version.
__file_version__ = 8 __file_version__ = 8