diff --git a/.cookiecutter.json b/.cookiecutter.json index 237429a..cb7a7cf 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,5 @@ { - "_commit": "64210528bd0c8cbd7d16e7d96f7bdd48fb2f0bfb", + "_commit": "b36862f08dac62022ba33f94c31be4bac4181340", "_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 c7158a1..135b771 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "64210528bd0c8cbd7d16e7d96f7bdd48fb2f0bfb", + "commit": "b36862f08dac62022ba33f94c31be4bac4181340", "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": "64210528bd0c8cbd7d16e7d96f7bdd48fb2f0bfb", + "_commit": "b36862f08dac62022ba33f94c31be4bac4181340", "_min_python_version_minor_int": 10, "_max_python_version_minor_int": 14, "python_versions": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index ab25f57..b819c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.33.0 (2025-11-17) + ## v0.32.0 (2025-11-17) ## v0.31.0 (2025-11-17) diff --git a/noxfile.py b/noxfile.py index 90e9120..9043038 100644 --- a/noxfile.py +++ b/noxfile.py @@ -12,6 +12,7 @@ nox.options.default_venv_backend = "uv" +os.environ.setdefault("PYO3_USE_ABI3_FORWARD_COMPATIBILITY", "1") # Logic that helps avoid metaprogramming in cookiecutter-robust-python MIN_PYTHON_VERSION_SLUG: int = int("3.10".lstrip("3.")) diff --git a/pyproject.toml b/pyproject.toml index 4871692..a27d507 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "robust-python-demo" -version = "0.32.0" +version = "0.33.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 2213bdb..b7c5f55 100644 --- a/uv.lock +++ b/uv.lock @@ -989,7 +989,7 @@ wheels = [ [[package]] name = "robust-python-demo" -version = "0.32.0" +version = "0.33.0" source = { editable = "." } dependencies = [ { name = "loguru" },