Skip to content

Commit 4e81646

Browse files
committed
Start of release 1.53 development.
1 parent 27efc01 commit 4e81646

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.auxiliary/notes/todo.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
- Suppress PyPy 3.11 with Rust extension until Maturin supports it.
44
- Suppress Python 3.13 and 3.14 with Rust extension until Maturin supports it.
5+
- Remove Vulture from `linters` command, but leave it defined.
6+
Have the Claude Code pre-commit hook run it separately.
57

68
## Future Enhancements
79

sources/emcdproj/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# --- END: Injected by Copier ---
2828

2929

30-
__version__ = '1.52a0'
30+
__version__ = '1.53a0'
3131

3232

3333
def main( ):

0 commit comments

Comments
 (0)