1.3.0
#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 viamyob.VERSION
/myob.__version__
.- Tests no longer run through setuptools.