We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15af24 commit 70f4945Copy full SHA for 70f4945
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## [0.7.1](https://github.com/ansys/pyhps/releases/tag/v0.7.1) - February 22 2024
4
+
5
+## Fixed
6
+- docs: switcher link broken (#344)
7
8
## [0.7.0](https://github.com/ansys/pyhps/releases/tag/v0.7.0) - February 21 2024
9
10
### Added
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-hps-client"
-version = "0.7.0"
+version = "0.7.1"
description = "A python client for Ansys HPC Platform Services"
readme = "README.rst"
11
requires-python = ">=3.9,<4.0"
0 commit comments