We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8d8f9 commit 889a8eeCopy full SHA for 889a8ee
watchdogs/__init__.py
@@ -3,6 +3,6 @@
3
from .config import Config
4
from .main import init_app
5
6
-__version__ = '1.8.2'
+__version__ = '1.8.3'
7
__all__ = ['Config', 'init_app']
8
logging.getLogger('watchdogs').addHandler(logging.NullHandler())
0 commit comments