todofixthis / class-registry

Registry pattern for Python classes, with setuptools entry points integration!
MIT License
40 stars 8 forks source link

ClassRegistry v4.0.3 #4

Closed todofixthis closed 1 year ago

todofixthis commented 1 year ago

⚠️ Backwards-Incompatible Changes

The following changes only impact you if your code defines its own class registry subclasses. If you do not subclass any of the class registry classes (e.g., if you're not doing class MyClassRegistry(ClassRegistry): anywhere in your code), you do not have to do anything.

Changelog