Skip to content

Commit 002046a

Browse files
authored
Prepare for 1.5.0rc1 release (#505)
1 parent 6110a4a commit 002046a

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
@@ -198,6 +198,8 @@ jobs:
198198
needs: release
199199
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
200200
steps:
201+
- uses: actions/checkout@v4
202+
201203
- name: Get Bot Application Token
202204
id: get_workflow_token
203205
uses: peter-murray/workflow-application-token-action@v3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "ansys-openapi-common"
77
description = "Provides a helper to create sessions for use with Ansys OpenAPI clients."
8-
version = "1.5.0rc0"
8+
version = "1.5.0rc1"
99
license = "MIT"
1010
authors = ["ANSYS, Inc. <pyansys.core@ansys.com>"]
1111
maintainers = ["ANSYS, Inc. <pyansys.core@ansys.com>"]

0 commit comments

Comments
 (0)