Skip to content

Commit 703903d

Browse files
committed
chore: prepare release 1.5.0
1 parent 21382da commit 703903d

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

CHANGELOG.md

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

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

12+
## [1.5.0](https://github.com/leodevian/modern-python/tree/v1.5.0)
13+
14+
### Changed
15+
16+
- Add Git user information to globals during generation.
17+
- Stop creating reports for test runs.
18+
- Stop using pytest-cov and require Coverage.py 7.10 or more.
19+
20+
### Fixed
21+
22+
- Always install uv to run Nox sessions.
23+
24+
1225
## [1.4.0](https://github.com/leodevian/modern-python/tree/v1.4.0)
1326

1427
### Added

changelog.d/+52debbaa.changed.md

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

changelog.d/+5aa83666.fixed.md

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

changelog.d/+944171b1.changed.md

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

changelog.d/+953f2373.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 = "1.4.0"
3+
version = "1.5.0"
44
description = "Copier template for Python projects"
55
readme = "README.md"
66
keywords = [

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)