From b9ae21d0dff65eba5bc141695c55ff030100f984 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 12 Oct 2023 18:11:55 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20release=203.3.5=20=E2=86=92?= =?UTF-8?q?=203.3.6=20by=20commitizen=20[skip-ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: github-actions --- CHANGELOG.md | 7 +++++++ pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 968c0f9..a1c8134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ +## v3.3.6 (2023-10-12) + +### Fix + +- **docs**: fixed sphinx autoapi issue in docs build +- **docs**: upgraded sphinx book theme (and dependencies in general) + ## v3.3.5 (2023-10-12) ## v3.3.4 (2023-06-16) diff --git a/pyproject.toml b/pyproject.toml index d66c924..2967785 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ [tool.poetry] name = "doxysphinx" -version = "3.3.5" +version = "3.3.6" description = "Integrates doxygen html documentation with sphinx." authors = [ "Nirmal Sasidharan ", @@ -84,7 +84,7 @@ doxysphinx = "doxysphinx.cli:cli" [tool.commitizen] name = "cz_conventional_commits" -version = "3.3.5" +version = "3.3.6" tag_format = "v$version" version_files = ["pyproject.toml:^version"] bump_message = """chore(release): release $current_version → $new_version by commitizen [skip-ci]