diff --git a/CHANGES.rst b/CHANGES.rst index 2c6257f..ee0dc75 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changelog ========= +0.0.3 (2020-12-04) +------------------ + +- `poll` method now skips directories, which could be listed if no extensions are supplied to restrict the polling. + + 0.0.2 (2020-12-03) ------------------ diff --git a/setup.py b/setup.py index 45e7560..bcfe484 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def _read(f): packages=[ "sfp", ], - version="0.0.2", + version="0.0.3", author='Peter Reutemann', author_email='fracpete@waikato.ac.nz', )