Skip to content

Releases: nocarryr/python-dispatch

v0.2.2

22 Jun 16:51
9d14db2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

19 Dec 20:25
Compare
Choose a tag to compare

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

0.2.0

27 Apr 19:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.32...0.2.0

v0.1.32

22 Apr 19:59
Compare
Choose a tag to compare

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

02 Aug 17:40
Compare
Choose a tag to compare
  • Make all Property subclasses available from the top level package
  • Add Python 3.8 support

v0.1.2

27 Feb 16:31
82b3c46
Compare
Choose a tag to compare
  • Use PEP-0479 syntax for generators - ead7e21
  • Add support Python 3.7 - #4

v0.1.1

25 Jul 14:10
Compare
Choose a tag to compare
  • Bugfix for awaitable object methods

v0.1.0

10 Jul 18:58
Compare
Choose a tag to compare

Add asyncio support - #3

v0.0.9

29 Jun 16:02
Compare
Choose a tag to compare
Bump to v0.0.9

v0.0.8

21 Apr 17:21
Compare
Choose a tag to compare
  • Add support for async with statement in emission locks. See docs here