Skip to content

Commit c016114

Browse files
authored
Merge pull request #48 from robust-python/release/0.33.0
Release/0.33.0
2 parents 6b4b3f2 + 07ce8ee commit c016114

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
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": "64210528bd0c8cbd7d16e7d96f7bdd48fb2f0bfb",
2+
"_commit": "b36862f08dac62022ba33f94c31be4bac4181340",
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": "64210528bd0c8cbd7d16e7d96f7bdd48fb2f0bfb",
3+
"commit": "b36862f08dac62022ba33f94c31be4bac4181340",
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": "64210528bd0c8cbd7d16e7d96f7bdd48fb2f0bfb",
23+
"_commit": "b36862f08dac62022ba33f94c31be4bac4181340",
2424
"_min_python_version_minor_int": 10,
2525
"_max_python_version_minor_int": 14,
2626
"python_versions": [

CHANGELOG.md

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

35
## v0.31.0 (2025-11-17)

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313

1414
nox.options.default_venv_backend = "uv"
15+
os.environ.setdefault("PYO3_USE_ABI3_FORWARD_COMPATIBILITY", "1")
1516

1617
# Logic that helps avoid metaprogramming in cookiecutter-robust-python
1718
MIN_PYTHON_VERSION_SLUG: int = int("3.10".lstrip("3."))

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.32.0"
3+
version = "0.33.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)