We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497d6f0 commit b1bf5d6Copy full SHA for b1bf5d6
.github/workflows/ci.yml
@@ -630,7 +630,7 @@ jobs:
630
release:
631
name: Release
632
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
633
- needs: [test, update-changelog, nightly-dev-test]
+ needs: [test, update-changelog]
634
runs-on: ubuntu-latest
635
steps:
636
- name: Set up Python
src/ansys/fluent/core/__init__.py
@@ -81,7 +81,7 @@
81
from ansys.fluent.core.utils.fluent_version import FluentVersion # noqa: F401
82
from ansys.fluent.core.utils.setup_for_fluent import setup_for_fluent # noqa: F401
83
84
-__version__ = "0.34.dev0"
+__version__ = "0.35.dev0"
85
86
_VERSION_INFO = None
87
"""
0 commit comments