diff --git a/CHANGELOG.md b/CHANGELOG.md index 50df997..c60714d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v3.1.12 (2024-08-20) + +### Chores/Misc + +- add build section to read the docs config + ## v3.1.11 (2023-11-23) ### Fix diff --git a/CITATION.cff b/CITATION.cff index a64c11d..d11f44a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - statistics license: GPL-3.0-or-later -version: 3.1.11 +version: 3.1.12 diff --git a/pyproject.toml b/pyproject.toml index 6432188..0df6da5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-statistics" -version = "3.1.11" +version = "3.1.12" description = "A CKAN extension for accessing instance statistics." readme = "README.md" requires-python = ">=3.6" @@ -61,7 +61,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "3.1.11" +version = "3.1.12" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true