We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed6b03 commit 5fa9055Copy full SHA for 5fa9055
2 files changed
CHANGELOG
@@ -1,3 +1,6 @@
1
+Changes to 0.4.24:
2
+ - Fix regression in library loading on some Alpine docker images.
3
+
4
Changes to 0.4.23
5
6
- Include a `py.typed` sentinal to enable type checking
setup.py
@@ -18,7 +18,7 @@ def read(file_name):
18
author='Adam Hupp',
19
author_email='[email protected]',
20
url="http://github.com/ahupp/python-magic",
21
- version='0.4.23',
+ version='0.4.24',
22
long_description=read('README.md'),
23
long_description_content_type='text/markdown',
24
packages=['magic'],
0 commit comments