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": "192f7bbb0b7533a90c4fd01209d1d7e387c141f2",
"_commit": "c0dc52f406bfda76f69a2a9ed9694bf15d213d34",
"_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": "192f7bbb0b7533a90c4fd01209d1d7e387c141f2",
"commit": "c0dc52f406bfda76f69a2a9ed9694bf15d213d34",
"checkout": null,
"context": {
"cookiecutter": {
Expand All @@ -20,7 +20,7 @@
"license": "MIT",
"development_status": "Development Status :: 1 - Planning",
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
"_commit": "192f7bbb0b7533a90c4fd01209d1d7e387c141f2"
"_commit": "c0dc52f406bfda76f69a2a9ed9694bf15d213d34"
}
},
"directory": null
Expand Down
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
## v0.29.0 (2025-11-02)

## v0.27.0 (2025-09-18)

## v0.26.0 (2025-09-18)

## v0.25.0 (2025-09-18)

## v0.24.0 (2025-08-01)

## v0.23.0 (2025-08-01)

## v0.22.0 (2025-07-29)

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

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

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

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

## v0.17.0 (2025-07-26)

## v0.16.0 (2025-07-26)

## v0.14.0 (2025-07-18)

## v0.13.0 (2025-07-18)

## v0.12.0 (2025-07-18)

## v0.11.0 (2025-07-18)

## v0.10.0 (2025-07-18)

## v0.9.0 (2025-07-18)

## v0.28.0 (2025-11-01)

## v0.27.0 (2025-09-18)
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
[cookiecutter.robust.python@gmail.com](mailto:cookiecutter.robust.python@gmail.com).
[56kyleoliver@gmail.com](mailto:56kyleoliver@gmail.com).
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,4 @@ _This project was generated from the [cookiecutter-robust-python][cookiecutter-r
[bandit-documentation]: https://bandit.readthedocs.io/
[conventional-commits]: https://www.conventionalcommits.org/
[pytest-documentation]: https://docs.pytest.org/
[cookiecutter-robust-python]: https://github.com/robust-python/cookiecutter-robust-python
[cookiecutter-robust-python]: https://github.com/56kyle/cookiecutter-robust-python
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ Distributed under the terms of the **MIT** license. See [LICENSE](LICENSE) for d

<!-- Reference Links -->

[cookiecutter-robust-python]: https://github.com/robust-python/cookiecutter-robust-python
[cookiecutter-robust-python]: https://github.com/56kyle/cookiecutter-robust-python
[documentation]: https://robust-python-demo.readthedocs.io/
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.28.0"
version = "0.29.0"
description = "robust-python-demo"
authors = [
{ name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.com" },
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-git.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_parser() -> argparse.ArgumentParser:
"""Creates the argument parser for setup-git."""
parser: argparse.ArgumentParser = argparse.ArgumentParser(
prog="setup-git",
usage="python ./scripts/setup-git.py . -u robust-python -n robust-python-demo",
usage="python ./scripts/setup-git.py . -u 56kyle -n robust-python-demo",
description="Set up the provided cookiecutter-robust-python project's git repo.",
)
parser.add_argument(
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_parser() -> argparse.ArgumentParser:
"""Creates the argument parser for setup-remote."""
parser: argparse.ArgumentParser = argparse.ArgumentParser(
prog="setup-remote",
usage="python ./scripts/setup-remote.py . --host github.com --path robust-python/robust-python-demo",
usage="python ./scripts/setup-remote.py . --host github.com --path 56kyle/robust-python-demo",
description="Set up the provided cookiecutter-robust-python project's remote repo connection.",
)
parser.add_argument(
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