From 39084158986f8e322ab3c19cac82e83d56be986d Mon Sep 17 00:00:00 2001 From: Christophe Mehay Date: Sun, 31 May 2020 00:12:58 +0200 Subject: [PATCH] update version --- docs/config.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.rst b/docs/config.rst index a806afd..a27f7aa 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -83,7 +83,7 @@ This is an example of ``entrypoint-config.yml`` file. - ENV_1: echo 'The environment variable ENV_1 will be added with this phrase' - ENV_2: head /dev/urandom | base64 - ENV_3: echo ${ENV_1} and ${ENV_2} are now available here - - ENV_4: exit 1 || true # Add this if you need to ignore error + - ENV_4: exit 1 || true # Set like this if you need to ignore error # Commands to run before applying configuration pre_conf_commands: diff --git a/pyproject.toml b/pyproject.toml index bdaeec6..90c2133 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "pyentrypoint" -version = "0.7.1" +version = "0.7.2" description = "pyentrypoint manages entrypoints in Docker containers." license = "WTFPL" classifiers = ["Programming Language :: Python", "Development Status :: 1 - Planning", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Topic :: System :: Installation/Setup"]