File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 Changelog
44---------
55
6- 5 .0.4-dev
7- ~~~~~~~~~
6+ 6 .0.0
7+ ~~~~~
88
9- 2024-xx-xx • `full history <https://github.com/gorakhargosh/watchdog/compare/v5.0.3...HEAD >`__
9+ 2024-11-01 • `full history <https://github.com/gorakhargosh/watchdog/compare/v5.0.3...v6.0.0 >`__
1010
1111- Pin test dependecies.
1212- [docs] Add typing info to quick start. (`#1082 <https://github.com/gorakhargosh/watchdog/pull/1082 >`__)
Original file line number Diff line number Diff line change 22
33# When updating this version number, please update the
44# ``docs/source/global.rst.inc`` file as well.
5- VERSION_MAJOR = 5
5+ VERSION_MAJOR = 6
66VERSION_MINOR = 0
7- VERSION_BUILD = 4
7+ VERSION_BUILD = 0
88VERSION_INFO = (VERSION_MAJOR , VERSION_MINOR , VERSION_BUILD )
99VERSION_STRING = f"{ VERSION_MAJOR } .{ VERSION_MINOR } .{ VERSION_BUILD } "
1010
You can’t perform that action at this time.
0 commit comments