* Bump required Python version to 3.8. * Fix compatibility with Sphinx 7.
2.0.2
* Remove long deprecated `libdiscid.DEFAULT_DEVICE`. * Bump required Python version to 3.7.
2.0.1
* Fix `python_requires` in setup.cfg. A typo caused the information not to be included in PKG-INFO.
2.0
* Remove `compat` module for the 0.x style interface. * Add type annotations.
* Internal changes: - Modernize build system: move build dependencies to `pyproject.toml`. - Use relative imports
1.2
* Bump required Python version to 3.6. * Replaced use of `unicode` with `str`.
1.1
* Remove support for Python 2. * Note Fedora package availability. Thanks to Ville Skyttä. * Fix the build without `pkgconfig` module. Thanks to Philipp Wolfer.