From c74fdf14f29ecd94eed579ff6afea523c657cf06 Mon Sep 17 00:00:00 2001 From: JackDandy Date: Wed, 8 May 2019 03:26:54 +0100 Subject: [PATCH] =?UTF-8?q?Update=20scandir=201.9.0=20(9ab3d1f)=20?= =?UTF-8?q?=E2=86=92=201.10.0=20(982e6ba).?= 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 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