Skip to content

Commit d1ee5ce

Browse files
committed
Release version 0.17.2
1 parent dadbbfc commit d1ee5ce

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,13 @@ See examples directory for more.
107107
Changelog
108108
=========
109109

110+
0.17.2
111+
------
112+
113+
* Fixed installation on Python 3.4.3+ (was failing because of enum34 dependency
114+
which fails to install on 3.4.3+, changed to depend on enum-compat instead;
115+
thanks to Michael Brennan for the original patch, GitHub pull request #22)
116+
110117
0.17.1
111118
------
112119

zeroconf.py

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

3939
__author__ = 'Paul Scott-Murphy, William McBrine'
4040
__maintainer__ = 'Jakub Stasiak <jakub@stasiak.at>'
41-
__version__ = '0.17.1'
41+
__version__ = '0.17.2'
4242
__license__ = 'LGPL'
4343

4444

0 commit comments

Comments
 (0)