From b1022cc46135bb3cd34f917cb937ad6ec092bef1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 25 Nov 2024 09:35:40 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.16.2=20=E2=86=92=200.16.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- setup.cfg | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8630fc..10cc9ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.16.3 (2024-11-25) + +### Fix + +- decrease total response timeout to 5s for mss status check + ## v0.16.2 (2024-07-22) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 9363a14..55bd898 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [tool] [tool.commitizen] name = "cz_nhm" -version = "0.16.2" +version = "0.16.3" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true diff --git a/setup.cfg b/setup.cfg index c0ac281..0104cc3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = iiif-image-server -version = 0.16.2 +version = 0.16.3 description = A IIIF enabled media server primarily used by the NHM Data Portal long_description = file: README.md license_files = LICENSE