Skip to content

Commit

Permalink
Bump to 0.5.0 and add optiSLang release note (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 authored May 12, 2022
1 parent 3846c1c commit dfbf145
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ as well as broad access to Fluent features including:
- Ability to use Fluent TUI commands for both meshing and solver features
- Ability to use Fluent's in-built post processing capabilities

This version of PyFluent is supported for Ansys optiSLang 2022 R2 release.

Documentation and Issues
------------------------
Please see the latest release `documentation <https://fluentdocs.pyansys.com>`_
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/fluent/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""

# major, minor, patch
version_info = 0, 4, "dev0"
version_info = 0, 5, 0

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

0 comments on commit dfbf145

Please sign in to comment.