From c9c544c615c377b12eb364d8c8b0fbb1be67cc91 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 27 Apr 2023 15:36:21 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20release=203.3.2=20=E2=86=92?= =?UTF-8?q?=203.3.3=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 | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4deb468..2166c00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ +## v3.3.3 (2023-04-27) + +### Fix + +- Encoding issues on windows + ## v3.3.2 (2023-04-27) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 9b26dfd..0024efe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ [tool.poetry] name = "doxysphinx" -version = "3.3.2" +version = "3.3.3" 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.2" +version = "3.3.3" tag_format = "v$version" version_files = ["pyproject.toml:^version"] bump_message = """chore(release): release $current_version → $new_version by commitizen [skip-ci]