diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 701e8f12..7914b2c5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,15 @@ Changelog --------- +0.1.4 (2024-02-26) +****************** + +- Less verbose sse disconnects +- Fix client config vars being described two times +- Fix type/KeyError in workspace.model.post_processings +- Fix monitor_callback interface not respected in upload_file_with_presigned_post +- Fix README indentation + 0.1.3 (2024-02-02) ****************** diff --git a/pyproject.toml b/pyproject.toml index bf6a5b03..82a4f149 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-simai-core" -version = "0.1.3" +version = "0.1.4" description = "A python wrapper for Ansys SimAI" authors = [ {name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"},