Skip to content

v3.0.1

Compare
Choose a tag to compare
@janluke janluke released this 23 Aug 00:16
· 17 commits to master since this release
c4a9130

What's Changed

Bug fixes

  • Fix: Constraint.__getattr__ was returning None instead of raising AttributeError by @janluke in #167.
    • This issue caused an error when using copy.copy() and copy.deepcopy() with Constraint objects (#166).

Full Changelog: v3.0.0...v3.0.1