Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.12 KB

NEWS.md

File metadata and controls

22 lines (16 loc) · 1.12 KB

Release Notes

0.2.3 - 2023-11-21

Other Changes and Additions

  • Set up towncrier to manage the changelog. #16
  • Added a pre-commit hook file for running the linters. #16
  • Added a nox file for routine project management like running the tests and linting. #16
  • Added GitHub Actions for running the continuous integration tests, which includes running the tests and linters. #16
  • Moved static project metadata from setup.py to the now standard pyproject.toml. #16
  • Added support for Python 3.12 and dropped support for Python 3.9. #19