Skip to content

Commit

Permalink
bump: version 1.1.2 → 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 22, 2024
1 parent 5c5c435 commit f33b091
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v1.1.3 (2024-05-22)

### Fix

- Get header version from URL instead of theme.conf

### Refactor

- **projects.py**: Use ROCm org when checking versions for banner
- **theme.py**: Point to ROCm org instead of RadeonOpenCompute for rocm-docs-core

## v1.1.2 (2024-05-16)

### Fix
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 = "1.1.2"
release = "1.1.2"
version = "1.1.3"
release = "1.1.3"
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.1.2"
version = "1.1.3"
authors=[
{name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"}
]
Expand Down Expand Up @@ -72,7 +72,7 @@ color = true

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

0 comments on commit f33b091

Please sign in to comment.