5.1.0 - PEP561 compliance
-
Package was made PEP561 compatible. Fixed #55
-
Improved type hints for decorators so that they do not make the decorated item loose its type hints. Fixed #56
-
Removed usage of
@with_signature
in favour of stub file in theentry_points_annotations.py
. Fixed #50
See documentation page for details.