Skip to content

Commit

Permalink
Prepare 5.2.1 release
Browse files Browse the repository at this point in the history
Remove dunders from `__all__`.

Update pre-commit
  • Loading branch information
HexDecimal committed Jul 30, 2024
1 parent b471eca commit 6f4cd36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: fix-byte-order-marker
- id: detect-private-key
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.4
rev: v0.5.5
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.2.1] - 2024-07-30

### Fixed

- Fixed type of default parameter for `EntityComponents.get`.
Expand Down
1 change: 0 additions & 1 deletion tcod/ecs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from tcod.ecs.registry import Registry as World

__all__ = (
"__version__",
"Entity",
"IsA",
"Registry",
Expand Down

0 comments on commit 6f4cd36

Please sign in to comment.