Skip to content

Commit

Permalink
fix: fix broken release of v3.3.8 (try #3) (#128)
Browse files Browse the repository at this point in the history
* fix: fix broken release of v3.3.8

Signed-off-by: Nirmal <nirmal.sasidharan@de.bosch.com>

* chore: another try to fix v3.3.8 release

Signed-off-by: Nirmal <nirmal.sasidharan@de.bosch.com>

* chore: fix line endings

Signed-off-by: Nirmal <nirmal.sasidharan@de.bosch.com>

---------

Signed-off-by: Nirmal <nirmal.sasidharan@de.bosch.com>
  • Loading branch information
twodrops authored Apr 30, 2024
1 parent 2881b03 commit 744f293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@

<!--next-version-placeholder-->

## v3.3.8 (2024-04-29)

### Fix

- fix broken release of v3.3.8 (try #2) (#127)
- 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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

[tool.poetry]
name = "doxysphinx"
version = "3.3.8"
version = "3.3.7"
description = "Integrates doxygen html documentation with sphinx."
authors = [
"Nirmal Sasidharan <nirmal.sasidharan@de.bosch.com>",
Expand Down Expand Up @@ -85,7 +85,7 @@ doxysphinx = "doxysphinx.cli:cli"

[tool.commitizen]
name = "cz_conventional_commits"
version = "3.3.8"
version = "3.3.7"
tag_format = "v$version"
version_files = ["pyproject.toml:^version"]
bump_message = """chore(release): release $current_version → $new_version by commitizen [skip-ci]
Expand Down

0 comments on commit 744f293

Please sign in to comment.