Skip to content

Commit 439a4d7

Browse files
committed
Bump the version
1 parent 76c091d commit 439a4d7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

changelog.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
Changelog
44
---------
55

6+
6.0.1-dev
7+
~~~~~~~~~
8+
9+
202x-xx-xx • `full history <https://github.com/gorakhargosh/watchdog/compare/v6.0.0...HEAD>`__
10+
11+
-
12+
- Thanks to our beloved contributors: @BoboTiG, @
13+
614
6.0.0
715
~~~~~
816

@@ -26,7 +34,7 @@ Changelog
2634
- [watchmedo] Added the ``__repr__()`` method to the ``HelpFormatter`` class.
2735
- [watchmedo] Removed the ``--trace`` CLI argument from the ``watchmedo log`` command, useless since events are logged by default at the ``LoggerTrick`` class level.
2836
- [windows] Fixed Mypy issues.
29-
- Thanks to our beloved contributors: @BoboTiG, @g-pichlern, @ethan-vanderheijden, @nhairs
37+
- Thanks to our beloved contributors: @BoboTiG, @g-pichler, @ethan-vanderheijden, @nhairs
3038

3139
5.0.3
3240
~~~~~

src/watchdog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# ``docs/source/global.rst.inc`` file as well.
55
VERSION_MAJOR = 6
66
VERSION_MINOR = 0
7-
VERSION_BUILD = 0
7+
VERSION_BUILD = 1
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)