Skip to content

Release v1.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 07:52
· 281 commits to main since this release
91981ed

[1.0.3] - 2023-10-03

Updated dependencies, moved source code to src, made Ruff rules stricter,
and fixed outdated Makefile.

Added

  • Added new rules for Ruff
  • Added hash support for the Date class

Changed

  • Moved the source code files under src to better match accepted best
    practices
  • Updated outdated links in CHANGELOG.md
  • Updated dependencies
  • Updated localisation files

Fixed

  • Fixed Makefile's linting (it was still using pyproject-flake8
    instead of Ruff)
  • Various linter fixes
  • README.md had an old version number for Python, this is now fixed