File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33 Changelog
44---------
55
6- 2.1.10
7- ~~~~~~
6+ 2.2.0
7+ ~~~~~
88
9- 2022-xx-xx • `full history <https://github.com/gorakhargosh/watchdog/compare/v2.1.9...HEAD >`__
9+ 2022-12-05 • `full history <https://github.com/gorakhargosh/watchdog/compare/v2.1.9...v2.2.0 >`__
1010
11- - [build] Wheels are now available for Python 3.11
11+ - [build] Wheels are now available for Python 3.11 (` #932 < https://github.com/gorakhargosh/watchdog/pull/932 >`__)
1212- [documentation] HTML documentation builds are now tested for errors (`#902 <https://github.com/gorakhargosh/watchdog/pull/902 >`__)
1313- [documentation] Fix typos here, and there (`#910 <https://github.com/gorakhargosh/watchdog/pull/910 >`__)
1414- [fsevents2] The ``fsevents2 `` observer is now deprecated (`#909 <https://github.com/gorakhargosh/watchdog/pull/909 >`__)
Original file line number Diff line number Diff line change 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.1.10
7+ .. |project_version | replace :: 2.2.0
88
99.. _issue tracker : https ://github . com /gorakhargosh /watchdog /issues
1010.. _code repository : https ://github . com /gorakhargosh /watchdog
Original file line number Diff line number Diff line change 1919# When updating this version number, please update the
2020# ``docs/source/global.rst.inc`` file as well.
2121VERSION_MAJOR = 2
22- VERSION_MINOR = 1
23- VERSION_BUILD = 10
22+ VERSION_MINOR = 2
23+ VERSION_BUILD = 0
2424VERSION_INFO = (VERSION_MAJOR , VERSION_MINOR , VERSION_BUILD )
2525VERSION_STRING = "%d.%d.%d" % VERSION_INFO
2626
You can’t perform that action at this time.
0 commit comments