Skip to content

Commit 05ac3be

Browse files
authored
Merge pull request #46 from robust-python/release/0.31.0
Release/0.31.0
2 parents 199886f + f85be74 commit 05ac3be

File tree

5 files changed

+33
-6
lines changed

5 files changed

+33
-6
lines changed

.cookiecutter.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"_commit": "b34f76d47340e575885b5a23a58d974734369ed5",
2+
"_commit": "b374c3258fef94c1b1c21a5a37c6eb7594e0ad46",
3+
"_max_python_version_minor_int": 14,
4+
"_min_python_version_minor_int": 10,
35
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
46
"add_rust_extension": false,
57
"author": "Kyle Oliver",
@@ -12,6 +14,13 @@
1214
"min_python_version": "3.10",
1315
"package_name": "robust_python_demo",
1416
"project_name": "robust-python-demo",
17+
"python_versions": [
18+
"3.10",
19+
"3.11",
20+
"3.12",
21+
"3.13",
22+
"3.14"
23+
],
1524
"repository_host": "github.com",
1625
"repository_path": "56kyle/robust-python-demo",
1726
"repository_provider": "github",

.cruft.json

Lines changed: 11 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": "b34f76d47340e575885b5a23a58d974734369ed5",
3+
"commit": "b374c3258fef94c1b1c21a5a37c6eb7594e0ad46",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -20,7 +20,16 @@
2020
"license": "MIT",
2121
"development_status": "Development Status :: 1 - Planning",
2222
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
23-
"_commit": "b34f76d47340e575885b5a23a58d974734369ed5"
23+
"_commit": "b374c3258fef94c1b1c21a5a37c6eb7594e0ad46",
24+
"_min_python_version_minor_int": 10,
25+
"_max_python_version_minor_int": 14,
26+
"python_versions": [
27+
"3.10",
28+
"3.11",
29+
"3.12",
30+
"3.13",
31+
"3.14"
32+
]
2433
}
2534
},
2635
"directory": null

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## v0.31.0 (2025-11-17)
2+
13
## v0.30.0 (2025-11-10)
24

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

pyproject.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "robust-python-demo"
3-
version = "0.30.0"
3+
version = "0.31.0"
44
description = "robust-python-demo"
55
authors = [
66
{ name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.com" },
@@ -13,8 +13,15 @@ keywords = [
1313
"robust-python-demo",
1414
]
1515
classifiers = [
16-
"Programming Language :: Python :: 3.10",
16+
"Operating System :: OS Independent",
17+
"Programming Language :: Python :: 3",
1718
"Programming Language :: Python :: 3 :: Only",
19+
"Programming Language :: Python :: 3.10",
20+
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
23+
"Programming Language :: Python :: 3.14",
24+
"Development Status :: 1 - Planning"
1825
]
1926
dependencies = [
2027
"loguru>=0.7.3",

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)