Skip to content

Commit 0a70d87

Browse files
committed
v0.8.3
1 parent eadb257 commit 0a70d87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.
66
.. |project_name| replace:: ``watchdog``
7-
.. |project_version| replace:: 0.8.2
7+
.. |project_version| replace:: 0.8.3
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
@@ -21,7 +21,7 @@
2121
# ``docs/source/global.rst.inc`` file as well.
2222
VERSION_MAJOR = 0
2323
VERSION_MINOR = 8
24-
VERSION_BUILD = 2
24+
VERSION_BUILD = 3
2525
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD)
2626
VERSION_STRING = "%d.%d.%d" % VERSION_INFO
2727

0 commit comments

Comments
 (0)