All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and PEP440 starting with version 0.1.
- Bump dependency constraint on
packaging
.
- Add support for Python 3.11.
- Add support for Python 3.12.
- Fix the behaviour of
Version.next_micro()
,Version.next_minor()
andVersion.next_major()
when a dev version is already present.
- Add support for Python 3.10.
- Bump
packaging
to `^23.2`` while loosening version constraint.
- Remove support for Python 3.6 and Python 3.7. Both versions reached end of life.