Skip to content

Commit 4bdca7b

Browse files
committed
Merging release.
2 parents 6ea6690 + cfae519 commit 4bdca7b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

doc/changelog.d/4345.fixed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Unavaialble field data for some surfaces.
1+
Unavailable field data for some surfaces.

doc/styles/config/vocabularies/ANSYS/accept.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,5 @@ create_workflow
8484
load_workflow
8585
codegen
8686
discoverability
87-
NGons
87+
NGons
88+
_user_guide_variables

src/ansys/fluent/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
from ansys.fluent.core.utils.fluent_version import FluentVersion # noqa: F401
7878
from ansys.fluent.core.utils.setup_for_fluent import setup_for_fluent # noqa: F401
7979

80-
__version__ = "0.34.0"
80+
__version__ = "0.34.1"
8181

8282
_VERSION_INFO = None
8383
"""

0 commit comments

Comments
 (0)