From 25b67c5a6808bec8dd34babde8564af08544e4d8 Mon Sep 17 00:00:00 2001 From: JackDandy Date: Tue, 27 Mar 2018 12:32:38 +0100 Subject: [PATCH] =?UTF-8?q?Update=20scandir=201.3=20=E2=86=92=201.6=20(c35?= =?UTF-8?q?92ee)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 1 + lib/scandir/scandir.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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