Skip to content

Commit 4e54b67

Browse files
committed
Release as 0.16.0
1 parent 05c3c02 commit 4e54b67

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ See examples directory for more.
9292
Changelog
9393
=========
9494

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+
95101
0.15.1
96102
------
97103

zeroconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
__author__ = 'Paul Scott-Murphy, William McBrine'
2626
__maintainer__ = 'Jakub Stasiak <[email protected]>'
27-
__version__ = '0.15.1'
27+
__version__ = '0.16.0'
2828
__license__ = 'LGPL'
2929

3030
import logging

0 commit comments

Comments
 (0)