| 123456789101112131415161718192021222324252627 |
- Subject: Bump to 0.4.28
- Origin: upstream, commit 0.4.27-13-ge0052c5 <https://github.com/ahupp/python-magic/commit/0.4.27-13-ge0052c5>
- Author: Adam Hupp <adam@hupp.org>
- Date: Thu Mar 23 13:54:10 2023 -0700
- --- 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
-
- --- a/setup.py
- +++ b/setup.py
- @@ -18,7 +18,7 @@
- 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'],
|