Merging upstream version 1.4.15.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5513ca33ba
commit
8076f65122
2 changed files with 3 additions and 1 deletions
|
@ -88,6 +88,8 @@ EXTENSIONS = {
|
|||
'md': {'text', 'markdown'},
|
||||
'mib': {'text', 'mib'},
|
||||
'mk': {'text', 'makefile'},
|
||||
'ml': {'text', 'ocaml'},
|
||||
'mli': {'text', 'ocaml'},
|
||||
'mm': {'text', 'c++', 'objective-c++'},
|
||||
'modulemap': {'text', 'modulemap'},
|
||||
'ngdoc': {'text', 'ngdoc'},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = identify
|
||||
version = 1.4.14
|
||||
version = 1.4.15
|
||||
description = File identification library for Python
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
|
|
Loading…
Add table
Reference in a new issue