Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v2.1

Choose a tag to compare

@selwin selwin released this 23 Dec 13:13
· 99 commits to master since this release
dd95a76
  • job.id must not contain :. Thanks @sanurielf!
  • Various type hint improvements by @terencehonles!
  • job.ended_at should be set when job is run synchronously. Thanks @alexprabhat99!
  • Group.all() now properly handles non existing group. Thanks @eswolinsky3241!
  • Use ruff instead of black as formatter. Thanks @hongquan!