Skip to content

Version 6.1.0

Compare
Choose a tag to compare
@cdgriffith cdgriffith released this 29 Oct 22:30
· 5 commits to master since this release
f5c326c
  • Adding Python 3.11 support
  • Adding #195 box_from_string function (thanks to Marcelo Huerta)
  • Changing the deprecated toml package with modern tomllib, tomli and tomli-w usage (thanks to Michał Górny)
  • Fixing mypy ior type (thanks to Jacob Hayes)
  • Fixing line endings with a pre-commit update
  • Fixing BoxList was using old style of super in internal code usage

Co-authored-by: Jacob Hayes jacob.r.hayes@gmail.com
Co-authored-by: Michał Górny mgorny@gentoo.org