Skip to content

Commit 6540733

Browse files
committed
chore: d7b2c18b9b719c7d31c374918295947d3aaed9d8 -> 3483e9e38f95d0437dc803cfd09db2050ab10194
1 parent aac3e9e commit 6540733

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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": "d7b2c18b9b719c7d31c374918295947d3aaed9d8",
2+
"_commit": "3483e9e38f95d0437dc803cfd09db2050ab10194",
33
"_max_python_version_minor_int": 14,
44
"_min_python_version_minor_int": 10,
55
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",

.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": "d7b2c18b9b719c7d31c374918295947d3aaed9d8",
3+
"commit": "3483e9e38f95d0437dc803cfd09db2050ab10194",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -20,7 +20,7 @@
2020
"license": "MIT",
2121
"development_status": "Development Status :: 1 - Planning",
2222
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
23-
"_commit": "d7b2c18b9b719c7d31c374918295947d3aaed9d8",
23+
"_commit": "3483e9e38f95d0437dc803cfd09db2050ab10194",
2424
"_min_python_version_minor_int": 10,
2525
"_max_python_version_minor_int": 14,
2626
"python_versions": [

scripts/setup-release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def _rollback_release(version: str) -> None:
7777
commands: list[list[str]] = [
7878
["git", "checkout", "develop"],
7979
["git", "checkout", "."],
80-
["git", "branch", "-D", f"release/{version}"]
80+
["git", "branch", "-D", f"release/{version}"],
8181
]
8282

8383
for command in commands:

0 commit comments

Comments
 (0)