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