Skip to content

Commit 1fd7d8e

Browse files
authored
Merge pull request #25 from 56kyle/release/0.20.0
release/0.20.0
2 parents d002c23 + 4d9b010 commit 1fd7d8e

File tree

9 files changed

+17
-8
lines changed

9 files changed

+17
-8
lines changed

.cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_commit": "85a88c92c5628c13932721a53f87c1c0c2425663",
2+
"_commit": "14335e093db7fc8cc3cb71eee62a8c36b46425fe",
33
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
44
"add_rust_extension": false,
55
"author": "Kyle Oliver",

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
3-
"commit": "85a88c92c5628c13932721a53f87c1c0c2425663",
3+
"commit": "14335e093db7fc8cc3cb71eee62a8c36b46425fe",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"development_status": "Development Status :: 1 - Planning",
2020
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
21-
"_commit": "85a88c92c5628c13932721a53f87c1c0c2425663"
21+
"_commit": "14335e093db7fc8cc3cb71eee62a8c36b46425fe"
2222
}
2323
},
2424
"directory": null

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ build:
88
python:
99
install:
1010
- requirements: docs/requirements.txt
11+
- path: .
1112

1213
sphinx:
1314
configuration: docs/conf.py

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## v0.20.0 (2025-07-27)
2+
13
## v0.19.0 (2025-07-27)
24

35
## v0.18.0 (2025-07-27)

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
By participating in this project, you are expected to uphold our [Code of Conduct](CODE_OF_CONDUCT.md).
5+
By participating in this project, you are expected to uphold our [Code of Conduct].
66

77
## How to Contribute
88

@@ -38,3 +38,7 @@ If your contribution involves updating a major tool version or suggesting a diff
3838
For questions or discussion about contributions, open an issue or a discussion on the [GitHub repository](https://github.com/56kyle/cookiecutter-robust-python).
3939

4040
---
41+
42+
<!-- github-only -->
43+
44+
[code of conduct]: CODE_OF_CONDUCT.md

docs/codeofconduct.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Code of Conduct
2-
31
```{include} ../CODE_OF_CONDUCT.md
42
53
```

docs/contributing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Contributing
22

33
```{include} ../CONTRIBUTING.md
4+
---
5+
start-after: # Contributing to robust_python_demo
6+
end-before: <!-- github-only -->
7+
---
48
59
```
610

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "robust-python-demo"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
description = "robust-python-demo"
55
authors = [
66
{ name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.com" },

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)