Skip to content

Commit

Permalink
Prepare 1.2.0 release (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
Andy-Grigg and pyansys-ci-bot authored May 2, 2024
1 parent 6cfc005 commit ce89631
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- uses: ansys/actions/doc-style@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
vale-version: "2.29.6"

doc-build:
name: "Build documentation (mock examples)"
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/253.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update openapi-common to v2.0.1
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
# Check https://python-poetry.org/docs/pyproject/ for all available sections
name = "ansys-grantami-recordlists"
version = "1.2.0b0"
version = "1.2.0"
description = "A python wrapper for the Granta MI RecordLists API"
license = "MIT"
authors = ["ANSYS, Inc. <[email protected]>"]
Expand All @@ -14,7 +14,7 @@ readme = "README.rst"
repository = "https://github.com/ansys/grantami-recordlists"
documentation = "https://recordlists.grantami.docs.pyansys.com"
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit ce89631

Please sign in to comment.