We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7642f0 commit e0052c5Copy full SHA for e0052c5
2 files changed
CHANGELOG
@@ -1,3 +1,8 @@
1
+Changes to 0.4.28:
2
+ - support "magic-1.dll" on Windows, which is produced by vcpkg
3
+ - add python 3.10 to tox config
4
+ - update test for upstream gzip extensions
5
+
6
Changes to 0.4.27:
7
- remove spurious pyproject.toml that breaks source builds
8
setup.py
@@ -18,7 +18,7 @@ def read(file_name):
18
author='Adam Hupp',
19
author_email='adam@hupp.org',
20
url="http://github.com/ahupp/python-magic",
21
- version='0.4.27',
+ version='0.4.28',
22
long_description=read('README.md'),
23
long_description_content_type='text/markdown',
24
packages=['magic'],
0 commit comments