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