From 11e2e7c0602d84c4f21c4bcc8cc995ef02f10e3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Jan 2024 09:45:01 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=203.2.11=20=E2=86=92=203.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 ++++++++++++++++ CITATION.cff | 2 +- pyproject.toml | 4 ++-- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db874dc..644025f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v3.3.0 (2024-01-22) + +### Feature + +- add "ignore referrals" config option + +### 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 + ## v3.2.11 (2023-09-25) ### Docs diff --git a/CITATION.cff b/CITATION.cff index bef5ae7..4d76be3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - ldap license: GPL-3.0-or-later -version: 3.2.11 +version: 3.3.0 diff --git a/pyproject.toml b/pyproject.toml index 4c570aa..1ff1428 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-ldap" -version = "3.2.11" +version = "3.3.0" description = "A CKAN extension that provides LDAP authentication." readme = "README.md" requires-python = ">=3.6" @@ -56,7 +56,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "3.2.11" +version = "3.3.0" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true