Skip to content

Release v1.4.0

Compare
Choose a tag to compare
@brentyi brentyi released this 04 Aug 10:20
· 11 commits to main since this release
  • Fix deprecation warnings. (#4)
  • Replace x: int = jdc.static_field() with x: jdc.Static[int]. The former still works but is now deprecated.