From 974eac15ec984f219ad266215f258edff9daa975 Mon Sep 17 00:00:00 2001 From: Frank Sachsenheim Date: Sat, 15 Jun 2024 15:02:13 +0200 Subject: [PATCH] Bumps version to 1.4 --- HISTORY.rst | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 41dc8cf..a1f8763 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,12 @@ History Maintenance releases are not mentioned here, they update all dependencies and trigger complete rebuilds of the container images. +1.4 (2024-06-15) +~~~~~~~~~~~~~~~~ + +* *removed*: the environment variable ``ASSERT_HOSTNAME`` is ignored to reflect changes in Docker's + TLS handling + 1.3 (2022-08-23) ~~~~~~~~~~~~~~~~ diff --git a/pyproject.toml b/pyproject.toml index c8c7f18..2a3ed6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ skip-string-normalization = true [tool.poetry] name = "deck-chores" -version = "1.3.23" +version = "1.4" description = "Job scheduler for Docker containers, configured via container labels." readme = "README.rst" documentation = "https://deck-chores.readthedocs.org/"