From 4e350a82fa7b293a0744467dd7170ad2aeabc794 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 15 Apr 2024 08:55:16 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=206.6.1=20=E2=86=92=206.6.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ CITATION.cff | 2 +- ckanext/nhm/theme/package.json | 2 +- pyproject.toml | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 590bbdd2..84f7c285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v6.6.2 (2024-04-15) + +### Fix + +- create unique id for image associated with record + ## v6.6.1 (2024-03-25) ### Fix diff --git a/CITATION.cff b/CITATION.cff index 94a56aa6..114faae7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - nhm license: GPL-3.0-or-later -version: 6.6.1 +version: 6.6.2 diff --git a/ckanext/nhm/theme/package.json b/ckanext/nhm/theme/package.json index 6f3faa4b..b6041a10 100644 --- a/ckanext/nhm/theme/package.json +++ b/ckanext/nhm/theme/package.json @@ -1,6 +1,6 @@ { "name": "ckanext-nhm", - "version": "6.6.1", + "version": "6.6.2", "description": "A CKAN extension for the Natural History Museum's Data Portal.", "repository": { "type": "git", diff --git a/pyproject.toml b/pyproject.toml index cc6d492b..a8d8efe1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-nhm" -version = "6.6.1" +version = "6.6.2" description = "A CKAN extension for the Natural History Museum's Data Portal." readme = "README.md" requires-python = ">=3.6" @@ -74,7 +74,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "6.6.1" +version = "6.6.2" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true