Skip to content

1.4.6 - Bug fix

Compare
Choose a tag to compare
@smarie smarie released this 04 Sep 16:32
· 52 commits to main since this release

Fixed decorated object injection issue when var-positional arguments are located before it in the signature. Fixed #14.

Added __version__ attribute to comply with PEP396, following this guide. Fixes #15.

PyPI supports markdown via long_description_content_type: pypandoc is not required anymore. Thanks minrk!

See documentation page for details.