Skip to content

Commit e0052c5

Browse files
committed
bump to 0.4.28
1 parent c7642f0 commit e0052c5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
Changes to 0.4.27:
27
- remove spurious pyproject.toml that breaks source builds
38

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='adam@hupp.org',
2020
url="http://github.com/ahupp/python-magic",
21-
version='0.4.27',
21+
version='0.4.28',
2222
long_description=read('README.md'),
2323
long_description_content_type='text/markdown',
2424
packages=['magic'],

0 commit comments

Comments
 (0)