summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-25 06:33:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-25 06:33:41 +0000
commit9a3d70b8b0988fdabbb281bf602b64379cc2976e (patch)
treee4a5fdcc583fb72d4eddfcd8f99cec7432579587
parentReleasing debian version 2.5.13-1. (diff)
downloadidentify-9a3d70b8b0988fdabbb281bf602b64379cc2976e.tar.xz
identify-9a3d70b8b0988fdabbb281bf602b64379cc2976e.zip
Merging upstream version 2.5.15.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--identify/extensions.py1
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 1 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index cd99e70..0443e38 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -130,6 +130,7 @@ EXTENSIONS = {
'lr': {'text', 'lektor'},
'lua': {'text', 'lua'},
'm': {'text', 'objective-c'},
+ 'm4': {'text', 'm4'},
'make': {'text', 'makefile'},
'manifest': {'text', 'manifest'},
'map': {'text', 'map'},
diff --git a/setup.cfg b/setup.cfg
index 49fce2e..6d9ef3d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 2.5.13
+version = 2.5.15
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown