Skip to content

Commit 291eb62

Browse files
committed
chore: prepare release 4.9.0
1 parent b9cc0b3 commit 291eb62

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

CHANGELOG.md

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

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

12+
## [4.9.0](https://github.com/leodevian/modern-python/tree/v4.9.0)
13+
14+
### Changed
15+
16+
- Remove `if __name__ == "__main__":` from `__main__.py`.
17+
- Stop turning warnings into errors when serving the documentation locally.
18+
- Use raw strings in `mkdocs.yaml`.
19+
20+
1221
## [4.8.0](https://github.com/leodevian/modern-python/tree/v4.8.0)
1322

1423
### Changed

changelog.d/+980d1ef9.changed.md

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

changelog.d/+d748f33c.changed.md

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

changelog.d/+e02a1bee.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 = "4.8.0"
3+
version = "4.9.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)