Skip to content

Commit

Permalink
update changelog & version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukassup committed Oct 8, 2020
1 parent 1adfdd3 commit 69d61d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
Changelog
---------

0.10.5
~~~~~~

2020-xx-xx • `full history <https://github.com/gorakhargosh/watchdog/compare/v0.10.4...master>`__

- [inotify] Add events for IN_WRITE_CLOSE and IN_NOWRITE_CLOSE (`#690 <https://github.com/gorakhargosh/watchdog/pull/690>`)

0.10.4
~~~~~~

2020-xx-xx • `full history <https://github.com/gorakhargosh/watchdog/compare/v0.10.3...master>`__
2020-10-08 • `full history <https://github.com/gorakhargosh/watchdog/compare/v0.10.3...v0.10.4>`__

- Add logger parameter for the LoggingEventHandler (`#676 <https://github.com/gorakhargosh/watchdog/pull/676>`_)
- Replace mutable default arguments with ``if None`` implementation (`#677 <https://github.com/gorakhargosh/watchdog/pull/677>`_)
Expand Down
2 changes: 1 addition & 1 deletion src/watchdog/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# ``docs/source/global.rst.inc`` file as well.
VERSION_MAJOR = 0
VERSION_MINOR = 10
VERSION_BUILD = 4
VERSION_BUILD = 5
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD)
VERSION_STRING = "%d.%d.%d" % VERSION_INFO

Expand Down

0 comments on commit 69d61d0

Please sign in to comment.