diff --git a/.cookiecutter.json b/.cookiecutter.json index d165dc9..9ee0b68 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,5 @@ { - "_commit": "446d2b456c3708911bfa0735fc28c5ec083b5a9e", + "_commit": "1f81f10fd8ed8839f41b66aa453a2be4e22250a9", "_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 97240fb..a01b7cc 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "446d2b456c3708911bfa0735fc28c5ec083b5a9e", + "commit": "1f81f10fd8ed8839f41b66aa453a2be4e22250a9", "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": "446d2b456c3708911bfa0735fc28c5ec083b5a9e", + "_commit": "1f81f10fd8ed8839f41b66aa453a2be4e22250a9", "_min_python_version_minor_int": 10, "_max_python_version_minor_int": 14, "python_versions": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 583cbea..9cca2d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.37.0 (2025-11-24) + ## v0.36.0 (2025-11-24) ## v0.35.0 (2025-11-24) diff --git a/pyproject.toml b/pyproject.toml index ebb3855..ed6093d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "robust-python-demo" -version = "0.36.0" +version = "0.37.0" description = "robust-python-demo" authors = [ { name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.com" }, diff --git a/pyrightconfig.json b/pyrightconfig.json index 43ba0e0..27c4527 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -14,8 +14,6 @@ ".coverage", "rust" ], - "venvPath": ".", - "venv": ".venv", "executionEnvironments": [ { "root": ".", diff --git a/uv.lock b/uv.lock index 71ebe60..1402c52 100644 --- a/uv.lock +++ b/uv.lock @@ -1004,7 +1004,7 @@ wheels = [ [[package]] name = "robust-python-demo" -version = "0.36.0" +version = "0.37.0" source = { editable = "." } dependencies = [ { name = "loguru" },