Skip to content

Commit

Permalink
Bump the version to 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Nov 21, 2020
1 parent 186a39c commit 4dcb0f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
Changelog
---------

0.10.5
~~~~~~

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

- (`# <https://github.com/gorakhargosh/watchdog/pull/>`_)
- Thanks to our beloved contributors: @


0.10.4
~~~~~~

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 4dcb0f7

Please sign in to comment.