From d58b5545aaa37cc5622acf8d19473dad984d41f5 Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Mon, 17 Nov 2025 03:06:42 -0500 Subject: [PATCH 1/5] chore: update demo to the latest cookiecutter-robust-python --- .cookiecutter.json | 11 ++++++++++- .cruft.json | 13 +++++++++++-- pyproject.toml | 4 +++- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/.cookiecutter.json b/.cookiecutter.json index 92e8084..d559858 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,7 @@ { - "_commit": "b34f76d47340e575885b5a23a58d974734369ed5", + "_commit": "8c0bc77efd5d89f697c0f0222917b865e3aa9fce", + "_max_python_version_minor_int": 14, + "_min_python_version_minor_int": 10, "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", "add_rust_extension": false, "author": "Kyle Oliver", @@ -12,6 +14,13 @@ "min_python_version": "3.10", "package_name": "robust_python_demo", "project_name": "robust-python-demo", + "python_versions": [ + "3.10", + "3.11", + "3.12", + "3.13", + "3.14" + ], "repository_host": "github.com", "repository_path": "56kyle/robust-python-demo", "repository_provider": "github", diff --git a/.cruft.json b/.cruft.json index ccb593c..4bd1227 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "b34f76d47340e575885b5a23a58d974734369ed5", + "commit": "8c0bc77efd5d89f697c0f0222917b865e3aa9fce", "checkout": null, "context": { "cookiecutter": { @@ -20,7 +20,16 @@ "license": "MIT", "development_status": "Development Status :: 1 - Planning", "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "_commit": "b34f76d47340e575885b5a23a58d974734369ed5" + "_commit": "8c0bc77efd5d89f697c0f0222917b865e3aa9fce", + "_min_python_version_minor_int": 10, + "_max_python_version_minor_int": 14, + "python_versions": [ + "3.10", + "3.11", + "3.12", + "3.13", + "3.14" + ] } }, "directory": null diff --git a/pyproject.toml b/pyproject.toml index 1e71370..eb3e0b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,10 @@ keywords = [ "robust-python-demo", ] classifiers = [ - "Programming Language :: Python :: 3.10", + "Operating System :: OS Independent", + "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", + "Development Status :: 1 - Planning" ] dependencies = [ "loguru>=0.7.3", From e21e9e1e85fb7221b853dee4e4c3cf72f2f31a20 Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Mon, 17 Nov 2025 03:11:52 -0500 Subject: [PATCH 2/5] chore: update demo to the latest cookiecutter-robust-python --- .cookiecutter.json | 2 +- .cruft.json | 4 ++-- pyproject.toml | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.cookiecutter.json b/.cookiecutter.json index d559858..afe0dd4 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,5 @@ { - "_commit": "8c0bc77efd5d89f697c0f0222917b865e3aa9fce", + "_commit": "034f5dd6fece3c1ca62f7c608d662daf73ced6cf", "_max_python_version_minor_int": 14, "_min_python_version_minor_int": 10, "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", diff --git a/.cruft.json b/.cruft.json index 4bd1227..6497ffd 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "8c0bc77efd5d89f697c0f0222917b865e3aa9fce", + "commit": "034f5dd6fece3c1ca62f7c608d662daf73ced6cf", "checkout": null, "context": { "cookiecutter": { @@ -20,7 +20,7 @@ "license": "MIT", "development_status": "Development Status :: 1 - Planning", "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "_commit": "8c0bc77efd5d89f697c0f0222917b865e3aa9fce", + "_commit": "034f5dd6fece3c1ca62f7c608d662daf73ced6cf", "_min_python_version_minor_int": 10, "_max_python_version_minor_int": 14, "python_versions": [ diff --git a/pyproject.toml b/pyproject.toml index eb3e0b5..410d704 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,8 @@ classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Development Status :: 1 - Planning" ] dependencies = [ From e8acb5d1d97725fb0ebd444934749876f0398f42 Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Mon, 17 Nov 2025 03:13:53 -0500 Subject: [PATCH 3/5] chore: update demo to the latest cookiecutter-robust-python --- .cookiecutter.json | 2 +- .cruft.json | 4 ++-- pyproject.toml | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cookiecutter.json b/.cookiecutter.json index afe0dd4..b40d112 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,5 @@ { - "_commit": "034f5dd6fece3c1ca62f7c608d662daf73ced6cf", + "_commit": "b0ba18a1a0b053fd35c169281e0faff360cc1171", "_max_python_version_minor_int": 14, "_min_python_version_minor_int": 10, "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", diff --git a/.cruft.json b/.cruft.json index 6497ffd..5f726c2 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "034f5dd6fece3c1ca62f7c608d662daf73ced6cf", + "commit": "b0ba18a1a0b053fd35c169281e0faff360cc1171", "checkout": null, "context": { "cookiecutter": { @@ -20,7 +20,7 @@ "license": "MIT", "development_status": "Development Status :: 1 - Planning", "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "_commit": "034f5dd6fece3c1ca62f7c608d662daf73ced6cf", + "_commit": "b0ba18a1a0b053fd35c169281e0faff360cc1171", "_min_python_version_minor_int": 10, "_max_python_version_minor_int": 14, "python_versions": [ diff --git a/pyproject.toml b/pyproject.toml index 410d704..b01627c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,9 @@ classifiers = [ "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Development Status :: 1 - Planning" ] dependencies = [ From 4cdaef4a912bba0225bf3f25afdfd0d2204d7218 Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Mon, 17 Nov 2025 03:20:29 -0500 Subject: [PATCH 4/5] chore: update demo to the latest cookiecutter-robust-python --- .cookiecutter.json | 2 +- .cruft.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cookiecutter.json b/.cookiecutter.json index b40d112..e8e1d81 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,5 @@ { - "_commit": "b0ba18a1a0b053fd35c169281e0faff360cc1171", + "_commit": "b374c3258fef94c1b1c21a5a37c6eb7594e0ad46", "_max_python_version_minor_int": 14, "_min_python_version_minor_int": 10, "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", diff --git a/.cruft.json b/.cruft.json index 5f726c2..aed073a 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "b0ba18a1a0b053fd35c169281e0faff360cc1171", + "commit": "b374c3258fef94c1b1c21a5a37c6eb7594e0ad46", "checkout": null, "context": { "cookiecutter": { @@ -20,7 +20,7 @@ "license": "MIT", "development_status": "Development Status :: 1 - Planning", "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "_commit": "b0ba18a1a0b053fd35c169281e0faff360cc1171", + "_commit": "b374c3258fef94c1b1c21a5a37c6eb7594e0ad46", "_min_python_version_minor_int": 10, "_max_python_version_minor_int": 14, "python_versions": [ From f85be74ce6a200aead35fec37f67dbd29ca0b7e0 Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Mon, 17 Nov 2025 03:22:42 -0500 Subject: [PATCH 5/5] =?UTF-8?q?bump:=20version=200.30.0=20=E2=86=92=200.31?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25deb1f..7a1eb49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.31.0 (2025-11-17) + ## v0.30.0 (2025-11-10) ## v0.27.0 (2025-09-18) diff --git a/pyproject.toml b/pyproject.toml index b01627c..f0ee277 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "robust-python-demo" -version = "0.30.0" +version = "0.31.0" description = "robust-python-demo" authors = [ { name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.com" }, diff --git a/uv.lock b/uv.lock index cce8355..3eb7d6d 100644 --- a/uv.lock +++ b/uv.lock @@ -989,7 +989,7 @@ wheels = [ [[package]] name = "robust-python-demo" -version = "0.30.0" +version = "0.31.0" source = { editable = "." } dependencies = [ { name = "loguru" },