Skip to content

Commit 6f4cd36

Browse files
committed
Prepare 5.2.1 release
Remove dunders from `__all__`. Update pre-commit
1 parent b471eca commit 6f4cd36

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: fix-byte-order-marker
1818
- id: detect-private-key
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.5.4
20+
rev: v0.5.5
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.2.1] - 2024-07-30
11+
1012
### Fixed
1113

1214
- Fixed type of default parameter for `EntityComponents.get`.

tcod/ecs/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from tcod.ecs.registry import Registry as World
1313

1414
__all__ = (
15-
"__version__",
1615
"Entity",
1716
"IsA",
1817
"Registry",

0 commit comments

Comments
 (0)