From e0052c5f9ef3e78be1bf27b4832ba6c73715d055 Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Thu, 23 Mar 2023 13:54:10 -0700 Subject: bump to 0.4.28 --- CHANGELOG | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d821246..b4f5f20 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +Changes to 0.4.28: + - support "magic-1.dll" on Windows, which is produced by vcpkg + - add python 3.10 to tox config + - update test for upstream gzip extensions + Changes to 0.4.27: - remove spurious pyproject.toml that breaks source builds diff --git a/setup.py b/setup.py index b7cfdc6..ac47d8c 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setuptools.setup( author='Adam Hupp', author_email='adam@hupp.org', url="http://github.com/ahupp/python-magic", - version='0.4.27', + version='0.4.28', long_description=read('README.md'), long_description_content_type='text/markdown', packages=['magic'], -- cgit v1.2.1