Skip to content

Commit

Permalink
bump: version 1.8.4 → 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 18, 2024
1 parent 5d3af62 commit 28ca39c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.8.5 (2024-11-18)

### Fix

- reformat to pass 'black' linting check
- remove unnecessary space
- delete space
- add a check for MAX_RETRY

## v1.8.4 (2024-11-15)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"path": "demo/doxygen/xml",
}

version = "1.8.4"
release = "1.8.4"
version = "1.8.5"
release = "1.8.5"
html_title = f"ROCm Docs Core {version}"
project = "ROCm Docs Core"
author = "Advanced Micro Devices, Inc."
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = 'rocm-docs-core'
version = "1.8.4"
version = "1.8.5"
authors=[
{name="Lauren Wrubleski", email="[email protected]"}
]
Expand Down Expand Up @@ -72,7 +72,7 @@ color = true

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.8.4"
version = "1.8.5"
version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"]
tag_format = "v$version"
annotated_tag = true
Expand Down

0 comments on commit 28ca39c

Please sign in to comment.