From e5d9802ce47bbf269da0303089febfc2d39236d2 Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Sun, 27 Jul 2025 15:47:10 -0400 Subject: [PATCH 1/2] chore: update demo to the latest cookiecutter-robust-python --- .cookiecutter.json | 2 +- .cruft.json | 4 ++-- .readthedocs.yml | 1 + CONTRIBUTING.md | 6 +++++- docs/codeofconduct.md | 2 -- docs/contributing.md | 4 ++++ 6 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.cookiecutter.json b/.cookiecutter.json index 96d15c7..2f0db9e 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,5 @@ { - "_commit": "85a88c92c5628c13932721a53f87c1c0c2425663", + "_commit": "14335e093db7fc8cc3cb71eee62a8c36b46425fe", "_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 dad43ae..9605c94 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "85a88c92c5628c13932721a53f87c1c0c2425663", + "commit": "14335e093db7fc8cc3cb71eee62a8c36b46425fe", "checkout": null, "context": { "cookiecutter": { @@ -18,7 +18,7 @@ "license": "MIT", "development_status": "Development Status :: 1 - Planning", "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "_commit": "85a88c92c5628c13932721a53f87c1c0c2425663" + "_commit": "14335e093db7fc8cc3cb71eee62a8c36b46425fe" } }, "directory": null diff --git a/.readthedocs.yml b/.readthedocs.yml index 0c25cdc..e9d27b7 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,6 +8,7 @@ build: python: install: - requirements: docs/requirements.txt + - path: . sphinx: configuration: docs/conf.py diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0989ed0..f56f408 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Thank you for considering contributing to the `cookiecutter-robust-python` template! We welcome contributions that help improve the template, keep its tooling current, and enhance its documentation. -By participating in this project, you are expected to uphold our [Code of Conduct](CODE_OF_CONDUCT.md). +By participating in this project, you are expected to uphold our [Code of Conduct]. ## How to Contribute @@ -38,3 +38,7 @@ If your contribution involves updating a major tool version or suggesting a diff For questions or discussion about contributions, open an issue or a discussion on the [GitHub repository](https://github.com/56kyle/cookiecutter-robust-python). --- + + + +[code of conduct]: CODE_OF_CONDUCT.md diff --git a/docs/codeofconduct.md b/docs/codeofconduct.md index 79e4775..58fd373 100644 --- a/docs/codeofconduct.md +++ b/docs/codeofconduct.md @@ -1,5 +1,3 @@ -# Code of Conduct - ```{include} ../CODE_OF_CONDUCT.md ``` diff --git a/docs/contributing.md b/docs/contributing.md index 9f73ebe..3d293ab 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -1,6 +1,10 @@ # Contributing ```{include} ../CONTRIBUTING.md +--- +start-after: # Contributing to robust_python_demo +end-before: +--- ``` From 4d9b01040c0ee75ea1f9cce692e141f55facee09 Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Sun, 27 Jul 2025 15:48:53 -0400 Subject: [PATCH 2/2] =?UTF-8?q?bump:=20version=200.19.0=20=E2=86=92=200.20?= =?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 42f3c62..e19d468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.20.0 (2025-07-27) + ## v0.19.0 (2025-07-27) ## v0.18.0 (2025-07-27) diff --git a/pyproject.toml b/pyproject.toml index 54abbfe..c480bbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "robust-python-demo" -version = "0.19.0" +version = "0.20.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 5a82143..5268675 100644 --- a/uv.lock +++ b/uv.lock @@ -1092,7 +1092,7 @@ wheels = [ [[package]] name = "robust-python-demo" -version = "0.19.0" +version = "0.20.0" source = { editable = "." } dependencies = [ { name = "loguru" },