summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-13 07:26:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-13 07:26:20 +0000
commitf9fe722ace53e92e5e94e541c5df89061b56d01d (patch)
tree371fdcf7f5594ccea7e7c789f93a29bbcb763b40
parentReleasing debian version 2.3.4-1. (diff)
downloadidentify-f9fe722ace53e92e5e94e541c5df89061b56d01d.tar.xz
identify-f9fe722ace53e92e5e94e541c5df89061b56d01d.zip
Merging upstream version 2.3.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--identify/extensions.py2
-rw-r--r--setup.cfg2
2 files changed, 3 insertions, 1 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index 412fb3c..0c1eb85 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -50,6 +50,7 @@ EXTENSIONS = {
'fish': {'text', 'fish'},
'gd': {'text', 'gdscript'},
'gemspec': {'text', 'ruby'},
+ 'geojson': {'text', 'geojson', 'json'},
'gif': {'binary', 'image', 'gif'},
'go': {'text', 'go'},
'gotmpl': {'text', 'gotmpl'},
@@ -205,6 +206,7 @@ EXTENSIONS = {
'vh': {'text', 'verilog'},
'vhd': {'text', 'vhdl'},
'vim': {'text', 'vim'},
+ 'vtl': {'text', 'vtl'},
'vue': {'text', 'vue'},
'war': {'binary', 'zip', 'jar'},
'wav': {'binary', 'audio', 'wav'},
diff --git a/setup.cfg b/setup.cfg
index 5fe1d27..88d1aea 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 2.3.4
+version = 2.3.5
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown