summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-07-03 19:24:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-07-03 19:24:01 +0000
commitbd056b4e86ea55e528be47722a4b07b5c01172ed (patch)
tree73f330da438679b67b88b87d5b71b25d23980ca9
parentReleasing debian version 1.4.19-1. (diff)
downloadidentify-bd056b4e86ea55e528be47722a4b07b5c01172ed.tar.xz
identify-bd056b4e86ea55e528be47722a4b07b5c01172ed.zip
Merging upstream version 1.4.21.
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 3f09b89..4d50fcd 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -68,6 +68,7 @@ EXTENSIONS = {
'idr': {'text', 'idris'},
'inc': {'text', 'inc'},
'ini': {'text', 'ini'},
+ 'ipynb': {'text', 'jupyter'},
'j2': {'text', 'jinja'},
'jade': {'text', 'jade'},
'jar': {'binary', 'zip', 'jar'},
@@ -92,6 +93,7 @@ EXTENSIONS = {
'map': {'text', 'map'},
'markdown': {'text', 'markdown'},
'md': {'text', 'markdown'},
+ 'mdx': {'text', 'mdx'},
'mib': {'text', 'mib'},
'mk': {'text', 'makefile'},
'ml': {'text', 'ocaml'},
diff --git a/setup.cfg b/setup.cfg
index ed1aba7..69f6496 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 1.4.19
+version = 1.4.21
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown