diff --git a/CHANGES.rst b/CHANGES.rst index 111fab9..aba8ced 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changelog ========= +0.0.10 (2021-03-18) +------------------- + +- added the `output_num_files` boolean property to the `Poller` class, which extends the logging output by + outputting a `x/y` string as well (x=current file index, y=total number of files in a batch) + + 0.0.9 (2021-01-05) ------------------ diff --git a/setup.py b/setup.py index 7ba894a..07b2502 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def _read(f): install_requires=[ "watchdog", ], - version="0.0.9", + version="0.0.10", author='Peter Reutemann', author_email='fracpete@waikato.ac.nz', )