diff --git a/CHANGES.md b/CHANGES.md index 0537e98f..af2b31a8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,6 +15,7 @@ * Update PySocks 1.6.5 (b4323df) to 1.6.8 (524ceb4) * Update rarfile 3.0 (3e54b22) to 3.0 (2704344) * Update Requests library 2.13.0 (fc54869) to 2.15.1 (282b01a) +* Update scandir 1.3 to 1.6 (c3592ee) [develop changelog] diff --git a/lib/scandir/scandir.py b/lib/scandir/scandir.py index eba65465..3594d9dc 100644 --- a/lib/scandir/scandir.py +++ b/lib/scandir/scandir.py @@ -41,7 +41,7 @@ if _scandir is None and ctypes is None: warnings.warn("scandir can't find the compiled _scandir C module " "or ctypes, using slow generic fallback") -__version__ = '1.3' +__version__ = '1.6' __all__ = ['scandir', 'walk'] # Windows FILE_ATTRIBUTE constants for interpreting the