From 8745cb0ea05e6b38c0a4d36a3c34911fbc96c874 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 29 Apr 2024 16:29:42 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20release=203.3.7=20=E2=86=92?= =?UTF-8?q?=203.3.8=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 | 10 ++++++++++ pyproject.toml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b6e644..b888ff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,16 @@ +## v3.3.8 (2024-04-29) + +### Fix + +- fix broken release of v3.3.8 (#126) +- **python-version**: Updated python to 3.12 and dependencies +- **python-version**: Updated python to 3.12 and dependencies +- **python-version**: Added numpy to pyproject +- **python-version**: Updated python to 3.12 and dependencies + ## v3.3.7 (2023-10-20) ### Fix diff --git a/pyproject.toml b/pyproject.toml index b83cee3..b88d91d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ [tool.poetry] name = "doxysphinx" -version = "3.3.7" +version = "3.3.8" description = "Integrates doxygen html documentation with sphinx." authors = [ "Nirmal Sasidharan ", @@ -85,7 +85,7 @@ doxysphinx = "doxysphinx.cli:cli" [tool.commitizen] name = "cz_conventional_commits" -version = "3.3.7" +version = "3.3.8" tag_format = "v$version" version_files = ["pyproject.toml:^version"] bump_message = """chore(release): release $current_version → $new_version by commitizen [skip-ci]