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": "c6577daf23a9972a456f2331e679b07c049a264a",
"_commit": "493cb358470e9f94b524bc60ef0eea8590004778",
"_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": "c6577daf23a9972a456f2331e679b07c049a264a",
"commit": "493cb358470e9f94b524bc60ef0eea8590004778",
"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": "c6577daf23a9972a456f2331e679b07c049a264a"
"_commit": "493cb358470e9f94b524bc60ef0eea8590004778"
}
},
"directory": null
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v0.26.0 (2025-09-18)

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

## v0.24.0 (2025-08-01)
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.25.0"
version = "0.26.0"
description = "robust-python-demo"
authors = [
{ name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.com" },
Expand Down
4 changes: 1 addition & 3 deletions scripts/setup-remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ def get_parser() -> argparse.ArgumentParser:
metavar="PATH",
help="Path to the repo's root directory (must already exist).",
)
parser.add_argument(
"--host", dest="repository_host", help="Repository host (e.g., github.com, gitlab.com)."
)
parser.add_argument("--host", dest="repository_host", help="Repository host (e.g., github.com, gitlab.com).")
parser.add_argument(
"--path", dest="repository_path", help="Repository path (e.g., user/repo, group/subgroup/repo)."
)
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