- Fix for Python 3.12: configparser removed "readfp()" [petschki]
1.8.1
------------------
Bug fixes:
- Catch empty version and ignore invalid versions in more places. Needed when a package is explicitly unpinned, for example ``Zope =``. [maurits]
1.8.0
------------------
- Ignore invalid versions. Needed for ``setuptools`` 66 and higher when checking a package that has invalid versions on PyPI. Fixes `issue 52 <https://github.com/plone/plone.versioncheck/issues/52>`_. [maurits]
1.7.0
------------------
- Feature: Offers exclude pattern matching for cfg-files. [jensens]
- Use pure black as code style. [jensens]
- Test on Python 3.7 [jensens]
- Fix PyPI url and add output of URL in case of a problem. [jensens]
1.6.10
-------------------
- Fixes another bug in ``find_relative``. [jensens]