Skip to content

Version 0.9.1

Compare
Choose a tag to compare
@tillbiskup tillbiskup released this 15 Jan 20:19
· 6 commits to master since this release

Released 2024-01-15

Fixes

  • aspecd.utils.ToDictMixin does no longer modify the __dict__ or __odict__ property of a class directly, what may have resulted in unexpected behaviour, but operates on a (deep)copy.

Changes

  • Use Black for automatic code formatting