diff --git a/CHANGES.md b/CHANGES.md index d540b8a..b4b3abc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,7 @@ * Update html5lib 1.1-dev (4f92357) to 1.1-dev (4b22754) * Update MsgPack 0.6.0 (197e307) to 0.6.1 (737f08a) * Update profilehooks module 1.10.1 (fdbf19d) to 1.11.0 (e17f378) +* Update scandir 1.9.0 (9ab3d1f) to 1.10.0 (982e6ba) [develop changelog] diff --git a/lib/scandir/scandir.py b/lib/scandir/scandir.py index a01379a..9b9d7e7 100644 --- a/lib/scandir/scandir.py +++ b/lib/scandir/scandir.py @@ -44,7 +44,7 @@ elif _scandir is None and ctypes is None: import warnings warnings.warn("scandir can't find the compiled _scandir C module or ctypes, using slow generic fallback") -__version__ = '1.9.0' +__version__ = '1.10.0' __all__ = ['scandir', 'walk'] # Windows FILE_ATTRIBUTE constants for interpreting the