Skip to content

Commit 5fbd4b6

Browse files
committed
Release 2.0.1
1 parent dbc5689 commit 5fbd4b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Changelog
66
2.0.1
77
~~~~~
88

9-
2021-02-xx • `full history <https://github.com/gorakhargosh/watchdog/compare/v2.0.0...master>`__
9+
2021-02-17 • `full history <https://github.com/gorakhargosh/watchdog/compare/v2.0.0...v2.0.1>`__
1010

1111
- [mac] Fix a segmentation fault when dealing with unicode paths (`#763 <https://github.com/gorakhargosh/watchdog/pull/763>`_)
1212
- Moved the CI from Travis-CI to GitHub Actions (`#764 <https://github.com/gorakhargosh/watchdog/pull/764>`_)

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:: [email protected]
55
.. |copyright| replace:: Copyright 2012 Google, Inc & contributors.
66
.. |project_name| replace:: ``watchdog``
7-
.. |project_version| replace:: 2.0.0
7+
.. |project_version| replace:: 2.0.1
88

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

src/watchdog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# ``docs/source/global.rst.inc`` file as well.
2121
VERSION_MAJOR = 2
2222
VERSION_MINOR = 0
23-
VERSION_BUILD = 0
23+
VERSION_BUILD = 1
2424
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD)
2525
VERSION_STRING = "%d.%d.%d" % VERSION_INFO
2626

0 commit comments

Comments
 (0)