Skip to content

Commit d691038

Browse files
committed
Release 2.1.0
1 parent 2c069e9 commit d691038

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

changelog.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
Changelog
44
---------
55

6-
2.0.4
6+
2.1.0
77
~~~~~
88

9-
2021-0x-xx • `full history <https://github.com/gorakhargosh/watchdog/compare/v2.0.3...master>`__
9+
2021-05-04 • `full history <https://github.com/gorakhargosh/watchdog/compare/v2.0.3...master>`__
1010

1111
- [inotify] Simplify ``libc`` loading (`#776 <https://github.com/gorakhargosh/watchdog/pull/776>`_)
1212
- [mac] Add support for non-recursive watches in FSEventsEmitter (`#779 <https://github.com/gorakhargosh/watchdog/pull/779>`_)
13-
- Add support for `--debug-force-*` arguments to `watchmedo tricks` (`#781 <https://github.com/gorakhargosh/watchdog/pull/781>`_)
14-
- Thanks to our beloved contributors: @CCP-Aporia, @aodj, @UnitedMarsupials
13+
- [whatchemdo] Add support for ``--debug-force-*`` arguments to ``tricks`` (`#781 <https://github.com/gorakhargosh/watchdog/pull/781>`_)
14+
- Thanks to our beloved contributors: @CCP-Aporia, @aodj, @UnitedMarsupials, @BoboTiG
1515

1616

1717
2.0.3

docs/source/global.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.. |author_email| replace:: yesudeep@gmail.com
55
.. |copyright| replace:: Copyright 2012 Google, Inc & contributors.
66
.. |project_name| replace:: ``watchdog``
7-
.. |project_version| replace:: 2.0.4
7+
.. |project_version| replace:: 2.1.0
88

99
.. _issue tracker: https://github.com/gorakhargosh/watchdog/issues
1010
.. _code repository: https://github.com/gorakhargosh/watchdog

src/watchdog/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# When updating this version number, please update the
2020
# ``docs/source/global.rst.inc`` file as well.
2121
VERSION_MAJOR = 2
22-
VERSION_MINOR = 0
23-
VERSION_BUILD = 4
22+
VERSION_MINOR = 1
23+
VERSION_BUILD = 0
2424
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD)
2525
VERSION_STRING = "%d.%d.%d" % VERSION_INFO
2626

0 commit comments

Comments
 (0)