diff --git a/CHANGELOG.md b/CHANGELOG.md index eb4c20fa..fd44e9c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ Further information about contributing to ansys-tools-path can be found in [PyAnsys Developer's Guide]: https://dev.docs.pyansys.com/ +## [v0.6.0]() - 31 May 2024 + +### What's Changed +Support the version 25.1 of the Ansys unified install. ## [v0.5.0]() - 2 April 2024 diff --git a/pyproject.toml b/pyproject.toml index cf06f166..de5c3868 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections name = "ansys-tools-path" -version = "0.6.dev0" +version = "0.7.dev0" description = "Library to locate Ansys products in a local machine." readme = "README.rst" requires-python = ">=3.8,<4"