Skip to content

Commit 2fe1609

Browse files
committed
Bump the version
1 parent 9a4f3e2 commit 2fe1609

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

changelog.rst

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
Changelog
44
---------
55

6+
4.0.1
7+
~~~~~
8+
9+
2024-xx-xx • `full history <https://github.com/gorakhargosh/watchdog/compare/v4.0.0...HEAD>`__
10+
11+
-
12+
- Thanks to our beloved contributors: @
13+
614
4.0.0
715
~~~~~
816

docs/source/global.rst.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.. |author_email| replace:: [email protected]
55
.. |copyright| replace:: Copyright 2012-2024 Google, Inc & contributors.
66
.. |project_name| replace:: ``watchdog``
7-
.. |project_version| replace:: 4.0.0
7+
.. |project_version| replace:: 4.0.1
88

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

src/watchdog/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# ``docs/source/global.rst.inc`` file as well.
2121
VERSION_MAJOR = 4
2222
VERSION_MINOR = 0
23-
VERSION_BUILD = 0
23+
VERSION_BUILD = 1
2424
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD)
2525
VERSION_STRING = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_BUILD}"
2626

0 commit comments

Comments
 (0)