Skip to content

Commit 76c091d

Browse files
committed
Version 6.0.0
1 parent 58386d8 commit 76c091d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

changelog.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
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>`__)

src/watchdog/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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
66
VERSION_MINOR = 0
7-
VERSION_BUILD = 4
7+
VERSION_BUILD = 0
88
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD)
99
VERSION_STRING = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_BUILD}"
1010

0 commit comments

Comments
 (0)