We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ccd77 commit 25b8299Copy full SHA for 25b8299
History.md
@@ -1,4 +1,10 @@
1
2
+v1.0.10 / 2022-02-03
3
+====================
4
+
5
+ * Merge pull request #113 from nottaw/master
6
+ * Use `==` for string comparisons
7
8
v1.0.9 / 2021-12-20
9
===================
10
filetype/__init__.py
@@ -7,4 +7,4 @@
from .match import * # noqa
# Current package semver version
-__version__ = version = '1.0.9'
+__version__ = version = '1.0.10'
setup.py
@@ -6,7 +6,7 @@
setup(
name='filetype',
- version='1.0.9',
+ version='1.0.10',
description='Infer file type and MIME type of any file/buffer. '
11
'No external dependencies.',
12
long_description=codecs.open('README.rst', 'r',
0 commit comments