Skip to content

1.3.0

Compare
Choose a tag to compare
@jarekwg jarekwg released this 24 Nov 07:55
· 5 commits to master since this release

#105 Swapped to pyproject.toml & hatchling:

  • Packaging is now through pyproject.toml & hatchling
  • Source now sits under src/ folder
  • Minimum supported python version is 3.8, enforced through bumped dependencies.
  • Tests test up to 3.13.
  • VERSION and __version__ are no longer exposed via myob.VERSION / myob.__version__.
  • Tests no longer run through setuptools.