Skip to content

Commit

Permalink
prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Mar 17, 2021
1 parent 0bf075d commit eaddbff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
)

0 comments on commit eaddbff

Please # to comment.