Skip to content

Commit 25b8299

Browse files
committed
feat(version): bump to v1.0.10
1 parent 29ccd77 commit 25b8299

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
v1.0.10 / 2022-02-03
3+
====================
4+
5+
* Merge pull request #113 from nottaw/master
6+
* Use `==` for string comparisons
7+
28
v1.0.9 / 2021-12-20
39
===================
410

filetype/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from .match import * # noqa
88

99
# Current package semver version
10-
__version__ = version = '1.0.9'
10+
__version__ = version = '1.0.10'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='filetype',
9-
version='1.0.9',
9+
version='1.0.10',
1010
description='Infer file type and MIME type of any file/buffer. '
1111
'No external dependencies.',
1212
long_description=codecs.open('README.rst', 'r',

0 commit comments

Comments
 (0)