Skip to content

Commit cd4d320

Browse files
committed
chore: prepare release 2025.12.10
1 parent ce1eacf commit cd4d320

11 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/).
99

1010
<!-- towncrier release notes start -->
1111

12+
## [2025.12.10](https://github.com/leodevian/modern-python/tree/v2025.12.10)
13+
14+
### Changed
15+
16+
- Bump astral-sh/setup-uv from 6 to 7.
17+
- Install `nox` instead of `nox[uv]` as uv is already installed.
18+
- Run CI on tags.
19+
- Run `uv build` to build Python package distributions.
20+
- Run checks and tests in parallel in CI.
21+
- Use Python 3.14 to install Nox in CI.
22+
- Use Python 3.14 to install tox in CI.
23+
- Use `null` for null values in YAML.
24+
25+
1226
## [2025.12.9](https://github.com/leodevian/modern-python/tree/v2025.12.9)
1327

1428
### Removed

changelog.d/+0430f7c3.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+114dcec8.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+1596f055.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+7974cf72.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+959365e9.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+bda32b71.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+da510943.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+f0cc4aa0.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "modern-python"
3-
version = "2025.12.9"
3+
version = "2025.12.10"
44
description = "Copier template for Python projects"
55
readme = "README.md"
66
keywords = [

0 commit comments

Comments
 (0)