Skip to content

Commit dfbf145

Browse files
authored
Bump to 0.5.0 and add optiSLang release note (#408)
1 parent 3846c1c commit dfbf145

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ as well as broad access to Fluent features including:
2121
- Ability to use Fluent TUI commands for both meshing and solver features
2222
- Ability to use Fluent's in-built post processing capabilities
2323

24+
This version of PyFluent is supported for Ansys optiSLang 2022 R2 release.
25+
2426
Documentation and Issues
2527
------------------------
2628
Please see the latest release `documentation <https://fluentdocs.pyansys.com>`_

src/ansys/fluent/core/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77

88
# major, minor, patch
9-
version_info = 0, 4, "dev0"
9+
version_info = 0, 5, 0
1010

1111
# Nice string for the version
1212
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)