From 55f04e3cf551c935442f4acd79e7506975dcf2be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 1 Jul 2024 23:23:33 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.16.0=20=E2=86=92=200.16.1?= 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 6244084..601c742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.16.1 (2024-07-01) + +### Fix + +- define cause variable before using it in exception + ## v0.16.0 (2023-12-11) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 725ec64..12806f0 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.0" +version = "0.16.1" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true diff --git a/setup.cfg b/setup.cfg index 702a3ea..7754a46 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = iiif-image-server -version = 0.16.0 +version = 0.16.1 description = A IIIF enabled media server primarily used by the NHM Data Portal long_description = file: README.md license_files = LICENSE