diff options
| author | Adam Hupp <adam@hupp.org> | 2021-06-03 06:44:28 -0700 |
|---|---|---|
| committer | Adam Hupp <adam@hupp.org> | 2021-06-03 06:44:28 -0700 |
| commit | 5fa9055bdc4159ebab0699ae0429de29ae171267 (patch) | |
| tree | c52fd01a6fd71dbccee24f6e46a3f052b491ff64 | |
| parent | 4ed6b038ba8acd59ed58c888fbd18355b8955eba (diff) | |
| download | python-magic-0.4.24.tar.gz | |
bump to 0.4.240.4.24
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +Changes to 0.4.24: + - Fix regression in library loading on some Alpine docker images. + Changes to 0.4.23 - Include a `py.typed` sentinal to enable type checking @@ -18,7 +18,7 @@ setuptools.setup( author='Adam Hupp', author_email='adam@hupp.org', url="http://github.com/ahupp/python-magic", - version='0.4.23', + version='0.4.24', long_description=read('README.md'), long_description_content_type='text/markdown', packages=['magic'], |
