Skip to content

Commit 23bfa71

Browse files
release: bump version 1.4.0
1 parent 2d2cc5e commit 23bfa71

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,6 @@ jobs:
187187
- name: "Release to GitHub"
188188
uses: ansys/actions/release-github@v8
189189
with:
190+
token: ${{ secrets.GITHUB_TOKEN }}
190191
library-name: ${{ env.PACKAGE_NAME }}
192+
changelog-release-notes: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ theme-name = "ansys_sphinx_theme"
1111
[project]
1212
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
1313
name = "ansys-sphinx-theme"
14-
version = "1.4.dev0"
14+
version = "1.4.0"
1515
description = "A theme devised by ANSYS, Inc. for Sphinx documentation."
1616
readme = "README.rst"
1717
requires-python = ">=3.10,<4"

0 commit comments

Comments
 (0)