From 03b2be16f461c41f59b05efc25419f6e4518ede2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 15 Jul 2024 11:06:43 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=206.9.2=20=E2=86=92=206.9.3?= 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 6b8a4a07..637dfca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v6.9.3 (2024-07-15) + +### Refactor + +- move pages into dedicated legal section + ## v6.9.2 (2024-07-15) ### Fix diff --git a/CITATION.cff b/CITATION.cff index 549b8196..ef26fb19 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - nhm license: GPL-3.0-or-later -version: 6.9.2 +version: 6.9.3 diff --git a/ckanext/nhm/theme/package.json b/ckanext/nhm/theme/package.json index 8cc7c447..65801724 100644 --- a/ckanext/nhm/theme/package.json +++ b/ckanext/nhm/theme/package.json @@ -1,6 +1,6 @@ { "name": "ckanext-nhm", - "version": "6.9.2", + "version": "6.9.3", "description": "A CKAN extension for the Natural History Museum's Data Portal.", "repository": { "type": "git", diff --git a/pyproject.toml b/pyproject.toml index 35dcc587..ad307d1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-nhm" -version = "6.9.2" +version = "6.9.3" description = "A CKAN extension for the Natural History Museum's Data Portal." readme = "README.md" requires-python = ">=3.6" @@ -75,7 +75,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "6.9.2" +version = "6.9.3" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true