Skip to content

Commit c9c544c

Browse files
committed
chore(release): release 3.3.2 → 3.3.3 by commitizen [skip-ci]
Signed-off-by: github-actions <[email protected]>
1 parent 2537a48 commit c9c544c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313

1414
<!--next-version-placeholder-->
1515

16+
## v3.3.3 (2023-04-27)
17+
18+
### Fix
19+
20+
- Encoding issues on windows
21+
1622
## v3.3.2 (2023-04-27)
1723

1824
### Fix

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
[tool.poetry]
1111
name = "doxysphinx"
12-
version = "3.3.2"
12+
version = "3.3.3"
1313
description = "Integrates doxygen html documentation with sphinx."
1414
authors = [
1515
"Nirmal Sasidharan <[email protected]>",
@@ -84,7 +84,7 @@ doxysphinx = "doxysphinx.cli:cli"
8484

8585
[tool.commitizen]
8686
name = "cz_conventional_commits"
87-
version = "3.3.2"
87+
version = "3.3.3"
8888
tag_format = "v$version"
8989
version_files = ["pyproject.toml:^version"]
9090
bump_message = """chore(release): release $current_version → $new_version by commitizen [skip-ci]

0 commit comments

Comments
 (0)