File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33 Changelog
44---------
55
6- 3 .0.1
6+ 4 .0.0
77~~~~~
88
9- 2023-xx-xx • `full history <https://github.com/gorakhargosh/watchdog/compare/v3.0.0...HEAD >`__
9+ 2024-02-06 • `full history <https://github.com/gorakhargosh/watchdog/compare/v3.0.0...v4.0.0 >`__
1010
1111- Drop support for Python 3.7.
1212- Add support for Python 3.12.
Original file line number Diff line number Diff line change 2323
2424PROJECT_NAME = "watchdog"
2525AUTHOR_NAME = "Yesudeep Mangalapilly and contributors"
26- COPYRIGHT = "2010-2023, " + AUTHOR_NAME
26+ COPYRIGHT = f "2010-2024, { AUTHOR_NAME } "
2727
2828
2929# -- General configuration -----------------------------------------------------
Original file line number Diff line number Diff line change 22
33.. |author_name| replace:: Yesudeep Mangalapilly
44.. |author_email| replace::
[email protected] 5- .. |copyright| replace:: Copyright 2012 -2023 Google, Inc & contributors.
5+ .. |copyright| replace:: Copyright 2012 -2024 Google, Inc & contributors.
66.. |project_name| replace:: ``watchdog``
7- .. |project_version| replace:: 3 .0.1
7+ .. |project_version| replace:: 4 .0.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 1818
1919# When updating this version number, please update the
2020# ``docs/source/global.rst.inc`` file as well.
21- VERSION_MAJOR = 3
21+ VERSION_MAJOR = 4
2222VERSION_MINOR = 0
23- VERSION_BUILD = 1
23+ VERSION_BUILD = 0
2424VERSION_INFO = (VERSION_MAJOR , VERSION_MINOR , VERSION_BUILD )
2525VERSION_STRING = f"{ VERSION_MAJOR } .{ VERSION_MINOR } .{ VERSION_BUILD } "
2626
You can’t perform that action at this time.
0 commit comments