Skip to content

v0.22.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 15:40
v0.22.2
28e5e5b

PyPI package: https://pypi.org/project/python-redux/0.22.2

Changes:

  • fix: add __qualname__, __annotations__, __module__, __defaults__ and __kwdefaults__ to Autorun and WithStore instances so that they play nice when passed as a function to something assuming they are normal function having these properties.