From 088f8bf7717be73c8eb370767fc4c0be8b808b29 Mon Sep 17 00:00:00 2001 From: Alex Kaszynski Date: Fri, 11 Mar 2022 20:46:24 +0100 Subject: [PATCH 1/3] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a59fa2..2bde46f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: 3.9 - uses: actions/download-artifact@v2 From 0e4023895eab6b3c623f94931c0058061f2eb341 Mon Sep 17 00:00:00 2001 From: Dominik Gresch Date: Tue, 10 Oct 2023 10:39:53 +0200 Subject: [PATCH 2/3] Allow using protobuf 4.x releases (#11) --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 991f454..57d6e63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools >= 42.0.0", "wheel", "ansys_tools_protoc_helper"] +requires = ["setuptools >= 42.0.0", "wheel", "ansys_tools_protoc_helper>=0.4.0"] build-backend = "setuptools.build_meta:__legacy__" diff --git a/setup.py b/setup.py index cc0a58f..b0f6c5e 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ url=f"https://github.com/ansys/{package_name}", license="MIT", python_requires=">=3.7", - install_requires=["grpcio~=1.17", "protobuf~=3.19"], + install_requires=["grpcio~=1.17", "protobuf>=3.19,<5"], packages=setuptools.find_namespace_packages(".", include=("ansys.*",)), package_data={ "": ["*.proto", "*.pyi", "py.typed", "VERSION"], From 5d3fd224b687828626a8dc4b799026af25c29132 Mon Sep 17 00:00:00 2001 From: Dominik Gresch Date: Thu, 14 Mar 2024 17:02:31 +0100 Subject: [PATCH 3/3] Bump version to 0.5.2 --- ansys/api/mapdl/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansys/api/mapdl/VERSION b/ansys/api/mapdl/VERSION index 5d4294b..cb0c939 100644 --- a/ansys/api/mapdl/VERSION +++ b/ansys/api/mapdl/VERSION @@ -1 +1 @@ -0.5.1 \ No newline at end of file +0.5.2