Skip to content

Commit 7773a25

Browse files
committed
Version 2.2.0
1 parent d493ec2 commit 7773a25

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

changelog.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
Changelog
44
---------
55

6-
2.1.10
7-
~~~~~~
6+
2.2.0
7+
~~~~~
88

9-
2022-xx-xx • `full history <https://github.com/gorakhargosh/watchdog/compare/v2.1.9...HEAD>`__
9+
2022-12-05 • `full history <https://github.com/gorakhargosh/watchdog/compare/v2.1.9...v2.2.0>`__
1010

11-
- [build] Wheels are now available for Python 3.11
11+
- [build] Wheels are now available for Python 3.11 (`#932 <https://github.com/gorakhargosh/watchdog/pull/932>`__)
1212
- [documentation] HTML documentation builds are now tested for errors (`#902 <https://github.com/gorakhargosh/watchdog/pull/902>`__)
1313
- [documentation] Fix typos here, and there (`#910 <https://github.com/gorakhargosh/watchdog/pull/910>`__)
1414
- [fsevents2] The ``fsevents2`` observer is now deprecated (`#909 <https://github.com/gorakhargosh/watchdog/pull/909>`__)

docs/source/global.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.. |author_email| replace:: yesudeep@gmail.com
55
.. |copyright| replace:: Copyright 2012 Google, Inc & contributors.
66
.. |project_name| replace:: ``watchdog``
7-
.. |project_version| replace:: 2.1.10
7+
.. |project_version| replace:: 2.2.0
88

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

src/watchdog/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# When updating this version number, please update the
2020
# ``docs/source/global.rst.inc`` file as well.
2121
VERSION_MAJOR = 2
22-
VERSION_MINOR = 1
23-
VERSION_BUILD = 10
22+
VERSION_MINOR = 2
23+
VERSION_BUILD = 0
2424
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD)
2525
VERSION_STRING = "%d.%d.%d" % VERSION_INFO
2626

0 commit comments

Comments
 (0)