Releases: nocarryr/python-dispatch
Releases · nocarryr/python-dispatch
v0.2.1
What's Changed
- Use importlib.metadata for runtime
__version__
detection by @nocarryr in #20 , @enku in #19
- Test and support Python 3.10 and 3.11
Full Changelog: 0.2.0...v0.2.1
v0.1.32
What's Changed
- Move to GH actions by @nocarryr in #12
- Add warning and documentation for planned Py<3.6 deprecation in future versions
Full Changelog: v0.1.31...v0.1.32
v0.1.31
- Make all
Property
subclasses available from the top level package
- Add Python 3.8 support
v0.1.2
- Use PEP-0479 syntax for generators - ead7e21
- Add support Python 3.7 - #4
v0.1.1
- Bugfix for awaitable object methods
v0.0.8
- Add support for
async with
statement in emission locks. See docs here