Skip to content

Commit

Permalink
bump: version 0.32.0 → 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 26, 2024
1 parent 6b22fae commit 325f0e8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v0.33.0 (2024-01-26)

### Feat

- **theme.py**: Add rocm-blogs to lsit of supported flavors
- Add ROCm blogs flavor

### Fix

- **header.jinja**: New statement block for setting custom repo url

### Refactor

- **rocm-blogs/footer.jinja**: Refactor to pass Python linting

## v0.32.0 (2024-01-26)

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

version = "0.32.0"
release = "0.32.0"
version = "0.33.0"
release = "0.33.0"
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 = "0.32.0"
version = "0.33.0"
authors=[
{name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"}
]
Expand Down Expand Up @@ -73,7 +73,7 @@ color = true

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

0 comments on commit 325f0e8

Please sign in to comment.