Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 4f05a12

Browse files
committed
bump version 0.7.0
1 parent 35d2976 commit 4f05a12

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ Further information about contributing to ansys-tools-path can be found in
1616

1717
[PyAnsys Developer's Guide]: https://dev.docs.pyansys.com/
1818

19+
## [v0.7.0]() - 13 November 2024
20+
21+
### What's Changed
22+
Support the version 25.2 of the Ansys unified install.
23+
1924
## [v0.6.0]() - 31 May 2024
2025

2126
### What's Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "ansys-tools-path"
8-
version = "0.7.dev0"
8+
version = "0.7.0"
99
description = "Library to locate Ansys products in a local machine."
1010
readme = "README.rst"
1111
requires-python = ">=3.10,<4"

0 commit comments

Comments
 (0)