From 78c5ba1b0e5b3753af48e6d2f36ba04df164b643 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 11 Mar 2022 06:56:58 +0100 Subject: Merging upstream version 2.4.11. Signed-off-by: Daniel Baumann --- identify/extensions.py | 1 + setup.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/identify/extensions.py b/identify/extensions.py index 3cd1ab2..9016e6d 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -163,6 +163,7 @@ EXTENSIONS = { 'pyx': {'text', 'cython'}, 'pyz': {'binary', 'pyz'}, 'pyzw': {'binary', 'pyz'}, + 'qml': {'text', 'qml'}, 'r': {'text', 'r'}, 'rake': {'text', 'ruby'}, 'rb': {'text', 'ruby'}, diff --git a/setup.cfg b/setup.cfg index 40bad04..8dfb766 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = identify -version = 2.4.10 +version = 2.4.11 description = File identification library for Python long_description = file: README.md long_description_content_type = text/markdown -- cgit v1.2.3