Skip to content

Commit 5fa9055

Browse files
committed
bump to 0.4.24
1 parent 4ed6b03 commit 5fa9055

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Changes to 0.4.24:
2+
- Fix regression in library loading on some Alpine docker images.
3+
14
Changes to 0.4.23
25

36
- Include a `py.typed` sentinal to enable type checking

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read(file_name):
1818
author='Adam Hupp',
1919
author_email='[email protected]',
2020
url="http://github.com/ahupp/python-magic",
21-
version='0.4.23',
21+
version='0.4.24',
2222
long_description=read('README.md'),
2323
long_description_content_type='text/markdown',
2424
packages=['magic'],

0 commit comments

Comments
 (0)