Releases: explosion/catalogue
Releases · explosion/catalogue
v2.0.10
v2.0.9
v1.0.2
- Require Python 3.6+.
v1.0.1
Note: v1.0.1 was deleted from PyPI because it was incompatible with python 2.7, but the package setup did not specify this correctly and yanked packages are not supported by the latest
pip
for python 2.7. The v1.0.2 release is identical to v1.0.1 except for the correctedpython_requires>=3.6
.
- Add vendored
importlib_metadata
v3.2.0 for use with Python 3.6-3.7 to avoid breaking changes in newer releases and to avoid conflicts withimportlib_metadata
requirements in other packages. - Backport changes from #41 for improved compatibility with Python 3.10+.
v2.0.8
- Improve future compatibility with
importlib.metadata
for python 3.10+. - Update tests for compatibility with python 3.10+.
v2.0.7
- Modify test suite for python 3.10 until
importlib.metadata
differences can be addressed.
v2.0.6
v2.0.5
v2.0.4
- Fix conflicts between
catalogue
andimportlib-metadata
v2.0.3
- Add vendored
importlib-metadata
v3.2.0 to avoid conflicts withimportlib-metadata
requirements in other packages