Skip to content

Commit

Permalink
1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ClericPy committed Jan 9, 2022
1 parent 9359c94 commit eead73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watchdogs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from .config import Config
from .main import init_app

__version__ = '1.8.5'
__version__ = '1.8.6'
__all__ = ['Config', 'init_app']
logging.getLogger('watchdogs').addHandler(logging.NullHandler())

0 comments on commit eead73c

Please sign in to comment.