From 556d22747ffd189c73cf0f50877b58e403c40919 Mon Sep 17 00:00:00 2001 From: Andy Grigg Date: Thu, 12 Dec 2024 09:11:08 -0500 Subject: [PATCH] Prepare for v1.1.0 release (#167) Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/167.maintenance.md | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/changelog.d/167.maintenance.md diff --git a/doc/changelog.d/167.maintenance.md b/doc/changelog.d/167.maintenance.md new file mode 100644 index 0000000..32a5255 --- /dev/null +++ b/doc/changelog.d/167.maintenance.md @@ -0,0 +1 @@ +Prepare for v1.1.0 release \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index aeff00c..d4569e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] # Check https://python-poetry.org/docs/pyproject/ for all available sections name = "ansys-grantami-jobqueue" -version = "1.1.0rc0" +version = "1.1.0" description = "A python wrapper for the Granta MI Job Queue API" license = "MIT" authors = ["ANSYS, Inc. "] @@ -14,7 +14,7 @@ readme = "README.rst" repository = "https://github.com/ansys/grantami-jobqueue" documentation = "https://jobqueue.grantami.docs.pyansys.com" classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",