We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c3c02 commit 4e54b67Copy full SHA for 4e54b67
README.rst
@@ -92,6 +92,12 @@ See examples directory for more.
92
Changelog
93
=========
94
95
+0.16.0
96
+------
97
+
98
+* Set up Python logging and started using it
99
+* Clean up code style (includes migrating from camel case to snak case)
100
101
0.15.1
102
------
103
zeroconf.py
@@ -24,7 +24,7 @@
24
25
__author__ = 'Paul Scott-Murphy, William McBrine'
26
__maintainer__ = 'Jakub Stasiak <[email protected]>'
27
-__version__ = '0.15.1'
+__version__ = '0.16.0'
28
__license__ = 'LGPL'
29
30
import logging
0 commit comments