Skip to content

Commit

Permalink
Version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Feb 6, 2024
1 parent 6cdf07e commit 7d651ac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions changelog.rst
Expand Up @@ -3,10 +3,10 @@
Changelog
---------

3.0.1
4.0.0
~~~~~

2023-xx-xx • `full history <https://github.com/gorakhargosh/watchdog/compare/v3.0.0...HEAD>`__
2024-02-06 • `full history <https://github.com/gorakhargosh/watchdog/compare/v3.0.0...v4.0.0>`__

- Drop support for Python 3.7.
- Add support for Python 3.12.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -23,7 +23,7 @@

PROJECT_NAME = "watchdog"
AUTHOR_NAME = "Yesudeep Mangalapilly and contributors"
COPYRIGHT = "2010-2023, " + AUTHOR_NAME
COPYRIGHT = f"2010-2024, {AUTHOR_NAME}"


# -- General configuration -----------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/source/global.rst.inc
Expand Up @@ -2,9 +2,9 @@

.. |author_name| replace:: Yesudeep Mangalapilly
.. |author_email| replace:: yesudeep@gmail.com
.. |copyright| replace:: Copyright 2012-2023 Google, Inc & contributors.
.. |copyright| replace:: Copyright 2012-2024 Google, Inc & contributors.
.. |project_name| replace:: ``watchdog``
.. |project_version| replace:: 3.0.1
.. |project_version| replace:: 4.0.0

.. _issue tracker: https://github.com/gorakhargosh/watchdog/issues
.. _code repository: https://github.com/gorakhargosh/watchdog
Expand Down
4 changes: 2 additions & 2 deletions src/watchdog/version.py
Expand Up @@ -18,9 +18,9 @@

# When updating this version number, please update the
# ``docs/source/global.rst.inc`` file as well.
VERSION_MAJOR = 3
VERSION_MAJOR = 4
VERSION_MINOR = 0
VERSION_BUILD = 1
VERSION_BUILD = 0
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD)
VERSION_STRING = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_BUILD}"

Expand Down

0 comments on commit 7d651ac

Please sign in to comment.