From 345f313fda5a3e6950da11487ae96937e74e80c1 Mon Sep 17 00:00:00 2001 From: Ludovic Steinbach Date: Fri, 25 Oct 2024 11:33:14 +0200 Subject: [PATCH] Bump version to 2.3 (#699) Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/699.maintenance.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/699.maintenance.md diff --git a/doc/changelog.d/699.maintenance.md b/doc/changelog.d/699.maintenance.md new file mode 100644 index 00000000..f4073716 --- /dev/null +++ b/doc/changelog.d/699.maintenance.md @@ -0,0 +1 @@ +Bump version to 2.3 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 146ac1e5..af23f4e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "ansys-openapi-common" description = "Provides a helper to create sessions for use with Ansys OpenAPI clients." -version = "2.1.0" +version = "2.3.0" license = "MIT" authors = ["ANSYS, Inc. "] maintainers = ["ANSYS, Inc. "]