What's Changed
* Fix enforce overrides magic methods by mkorpela in https://github.com/mkorpela/overrides/pull/105
Backwards incompatibilities:
* Magic methods starting with double underscore marked as final will now raise TypeError when accidentally overriden
* AssertionErrors from EnforceOverrides metaclass changed to TypeErrors
**Full Changelog**: https://github.com/mkorpela/overrides/compare/6.5.0...7.0.0