No breaking changes. This is an addendum to the previous release, and only has a couple of changes to areas that were missed previously.
2.0.5
- Various minor changes, there should be no impact on external behaviour from these - Exposed RegexParser through the `codedepth.colourpickers` sub-package
No breaking changes.
2.0.4
- Converted abstract class constants from properties to class properties
No breaking changes.
2.0.3
- Added try/finally block to contextmanager to ensure teardown is completed if an exception occurs
No breaking changes.
2.0.2
- Refactored some `import _ as _` statements for consistency