Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_commit": "85a88c92c5628c13932721a53f87c1c0c2425663",
"_commit": "14335e093db7fc8cc3cb71eee62a8c36b46425fe",
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
"add_rust_extension": false,
"author": "Kyle Oliver",
Expand Down
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
"commit": "85a88c92c5628c13932721a53f87c1c0c2425663",
"commit": "14335e093db7fc8cc3cb71eee62a8c36b46425fe",
"checkout": null,
"context": {
"cookiecutter": {
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ build:
python:
install:
- requirements: docs/requirements.txt
- path: .

sphinx:
configuration: docs/conf.py
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v0.20.0 (2025-07-27)

## v0.19.0 (2025-07-27)

## v0.18.0 (2025-07-27)
Expand Down
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).

---

<!-- github-only -->

[code of conduct]: CODE_OF_CONDUCT.md
2 changes: 0 additions & 2 deletions docs/codeofconduct.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Code of Conduct

```{include} ../CODE_OF_CONDUCT.md

```
4 changes: 4 additions & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Contributing

```{include} ../CONTRIBUTING.md
---
start-after: # Contributing to robust_python_demo
end-before: <!-- github-only -->
---

```

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading