From 0dd4047c66724a74cc8af4e5e61492f6bbb5202f Mon Sep 17 00:00:00 2001 From: AU Date: Tue, 14 Mar 2023 07:17:36 +0100 Subject: [PATCH 1/2] Set version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 40edae44..1c74a88d 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ if not is_rtd and not is_appveyor and not is_azure and not is_conda: setup( name="cadquery", use_scm_version=True, - # version="2.3.0", # Uncomment this for the next release + version="2.3.0dev", # Update this for the next release url="https://github.com/CadQuery/cadquery", license="Apache Public License 2.0", author="David Cowden", From 05dd7332df1b58494bfbe304f9e3db6a2adafd35 Mon Sep 17 00:00:00 2001 From: AU Date: Wed, 22 Mar 2023 19:20:44 +0100 Subject: [PATCH 2/2] Remove use_scm --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 1c74a88d..c5a4e7d3 100644 --- a/setup.py +++ b/setup.py @@ -36,11 +36,9 @@ if not is_rtd and not is_appveyor and not is_azure and not is_conda: "path", ] - setup_reqs = ["setuptools_scm"] setup( name="cadquery", - use_scm_version=True, version="2.3.0dev", # Update this for the next release url="https://github.com/CadQuery/cadquery", license="Apache Public License 2.0",