diff --git a/CHANGELOG.md b/CHANGELOG.md index 42f6d45..b511f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v1.2.10 (2024-01-15) + +### Fix + +- add default value for q + +### Chores/Misc + +- add build section to read the docs config +- add regex for version line in citation file +- add citation.cff to list of files with version +- add contributing guidelines +- add code of conduct +- add citation file +- update support.md links + ## v1.2.9 (2023-07-17) ### Docs diff --git a/CITATION.cff b/CITATION.cff index f341257..77dc239 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - attribution license: GPL-3.0-or-later -version: 1.2.9 +version: 1.2.10 diff --git a/ckanext/attribution/theme/package.json b/ckanext/attribution/theme/package.json index cde5b0a..8b38065 100644 --- a/ckanext/attribution/theme/package.json +++ b/ckanext/attribution/theme/package.json @@ -1,6 +1,6 @@ { "name": "ckanext-attribution", - "version": "1.2.9", + "version": "1.2.10", "description": "A CKAN extension that adds support for complex attribution.", "repository": { "type": "git", diff --git a/pyproject.toml b/pyproject.toml index 60e4321..b726162 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-attribution" -version = "1.2.9" +version = "1.2.10" description = "A CKAN extension that adds support for complex attribution." readme = "README.md" requires-python = ">=3.6" @@ -63,7 +63,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "1.2.9" +version = "1.2.10" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true