Skip to content

Commit

Permalink
Pull and merge from main.
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmedson-ext committed Dec 9, 2024
2 parents 30074d2 + 4482106 commit b39f5d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/461.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
feat: increment version of ansys-api-sherlock to 0.1.35
1 change: 1 addition & 0 deletions doc/changelog.d/467.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: conf.py issue
4 changes: 1 addition & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@
# If we are on a release, we have to ignore the "release" URLs, since it is not
# available until the release is published.
if switcher_version != "dev":
linkcheck_ignore.append(
f"https://github.com/ansys/pysherlock/releases/tag/v{pysherlock.__version__}"
)
linkcheck_ignore.append(f"https://github.com/ansys/pysherlock/releases/tag/v{version}")

# Suprpress warnings
suppress_warnings = ["design.grid", "design.fa-build"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]

dependencies = [
"ansys-api-sherlock==0.1.34",
"ansys-api-sherlock==0.1.35",
"grpcio>=1.17, <1.68.0",
"protobuf>=3.20",
"pydantic>=2.9.2",
Expand Down

0 comments on commit b39f5d6

Please sign in to comment.