From d26759dd28ad4d85ed6656a200e0f2c6cc04c40e Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Mon, 24 Nov 2025 17:57:57 -0500 Subject: [PATCH 1/2] chore: update demo to the latest cookiecutter-robust-python --- .cookiecutter.json | 2 +- .cruft.json | 4 ++-- noxfile.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.cookiecutter.json b/.cookiecutter.json index 9ee0b68..cc1e1dc 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,5 @@ { - "_commit": "1f81f10fd8ed8839f41b66aa453a2be4e22250a9", + "_commit": "7dad9f1bff1e967b310ac506944085bd6a370b73", "_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 a01b7cc..212cb81 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "1f81f10fd8ed8839f41b66aa453a2be4e22250a9", + "commit": "7dad9f1bff1e967b310ac506944085bd6a370b73", "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": "1f81f10fd8ed8839f41b66aa453a2be4e22250a9", + "_commit": "7dad9f1bff1e967b310ac506944085bd6a370b73", "_min_python_version_minor_int": 10, "_max_python_version_minor_int": 14, "python_versions": [ diff --git a/noxfile.py b/noxfile.py index 28e08c4..f4c3280 100644 --- a/noxfile.py +++ b/noxfile.py @@ -15,7 +15,7 @@ nox.options.default_venv_backend = "uv" os.environ.setdefault("PYO3_USE_ABI3_FORWARD_COMPATIBILITY", "1") -PYTHON_VERSIONS: List[str] = ['3.10', '3.11', '3.12', '3.13', '3.14'] +PYTHON_VERSIONS: List[str] = ["3.10", "3.11", "3.12", "3.13", "3.14"] DEFAULT_PYTHON_VERSION: str = PYTHON_VERSIONS[-1] REPO_ROOT: Path = Path(__file__).parent.resolve() From a6c3d41026e543aa037e03f1f48e57a74a3435bf Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Mon, 24 Nov 2025 17:59:33 -0500 Subject: [PATCH 2/2] =?UTF-8?q?bump:=20version=200.37.0=20=E2=86=92=200.38?= =?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 9cca2d7..3760b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.38.0 (2025-11-24) + ## v0.37.0 (2025-11-24) ## v0.36.0 (2025-11-24) diff --git a/pyproject.toml b/pyproject.toml index ed6093d..a5e88e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "robust-python-demo" -version = "0.37.0" +version = "0.38.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 1402c52..b5cd0b9 100644 --- a/uv.lock +++ b/uv.lock @@ -1004,7 +1004,7 @@ wheels = [ [[package]] name = "robust-python-demo" -version = "0.37.0" +version = "0.38.0" source = { editable = "." } dependencies = [ { name = "loguru" },