From 2f0ec4199d4782628d539db6ca65625eb4258bdf Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Thu, 18 Sep 2025 20:59:04 -0400 Subject: [PATCH 1/2] chore: update demo to the latest cookiecutter-robust-python --- .cookiecutter.json | 2 +- .cruft.json | 4 ++-- scripts/setup-release.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.cookiecutter.json b/.cookiecutter.json index efb6580..723fe7f 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,5 @@ { - "_commit": "493cb358470e9f94b524bc60ef0eea8590004778", + "_commit": "ae33027db848df9540b9fb5735866d070f391bef", "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", "add_rust_extension": false, "author": "Kyle Oliver", diff --git a/.cruft.json b/.cruft.json index 8e1fcf0..cc7684a 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "493cb358470e9f94b524bc60ef0eea8590004778", + "commit": "ae33027db848df9540b9fb5735866d070f391bef", "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": "493cb358470e9f94b524bc60ef0eea8590004778" + "_commit": "ae33027db848df9540b9fb5735866d070f391bef" } }, "directory": null diff --git a/scripts/setup-release.py b/scripts/setup-release.py index e101716..ffde242 100644 --- a/scripts/setup-release.py +++ b/scripts/setup-release.py @@ -4,12 +4,12 @@ import subprocess from typing import Optional +from util import REPO_FOLDER from util import bump_version from util import check_dependencies from util import create_release_branch -from util import get_package_version from util import get_bumped_package_version -from util import REPO_FOLDER +from util import get_package_version def main() -> None: From 70c8d534d906357421cf67b3678e73d337555bfc Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Thu, 18 Sep 2025 20:59:39 -0400 Subject: [PATCH 2/2] =?UTF-8?q?bump:=20version=200.26.0=20=E2=86=92=200.27?= =?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 d1ef147..6689796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.27.0 (2025-09-18) + ## v0.26.0 (2025-09-18) ## v0.25.0 (2025-09-18) diff --git a/pyproject.toml b/pyproject.toml index 6c4dff5..e94d233 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "robust-python-demo" -version = "0.26.0" +version = "0.27.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 a772002..fd1125b 100644 --- a/uv.lock +++ b/uv.lock @@ -1092,7 +1092,7 @@ wheels = [ [[package]] name = "robust-python-demo" -version = "0.26.0" +version = "0.27.0" source = { editable = "." } dependencies = [ { name = "loguru" },