Skip to content

0.10b1 (July 1, 2024)

Pre-release
Pre-release
Compare
Choose a tag to compare
@clokep clokep released this 15 Jul 20:35
· 1 commit to main since this release

Bugfixes

  • Fixes exception propagation when rendering templates. Contributed by @yaakovLowenstein. (#52)
  • Fix rendering blocks over multiple extended templates. (#56)

Maintenance

  • Support Python 3.11 and 3.12. (#44, #55)
  • Drop support for Python 3.7. (#44)
  • Support Django 4.2, 5.0 and 5.1. (#44, #55)
  • Drop support for Django < 3.2; Django 4.0; Django 4.1. (#44, #55)
  • Add type hints and configure mypy. (#54)