diff --git a/CHANGELOG.md b/CHANGELOG.md index b511f05..7cccd00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## v1.2.11 (2024-08-20) + ## v1.2.10 (2024-01-15) ### Fix diff --git a/CITATION.cff b/CITATION.cff index 77dc239..c0b08f5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - attribution license: GPL-3.0-or-later -version: 1.2.10 +version: 1.2.11 diff --git a/ckanext/attribution/theme/package.json b/ckanext/attribution/theme/package.json index 8b38065..c909071 100644 --- a/ckanext/attribution/theme/package.json +++ b/ckanext/attribution/theme/package.json @@ -1,6 +1,6 @@ { "name": "ckanext-attribution", - "version": "1.2.10", + "version": "1.2.11", "description": "A CKAN extension that adds support for complex attribution.", "repository": { "type": "git", diff --git a/pyproject.toml b/pyproject.toml index b726162..ec14643 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-attribution" -version = "1.2.10" +version = "1.2.11" 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.10" +version = "1.2.11" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true