We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dadbbfc commit d1ee5ceCopy full SHA for d1ee5ce
2 files changed
README.rst
@@ -107,6 +107,13 @@ See examples directory for more.
107
Changelog
108
=========
109
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
117
0.17.1
118
------
119
zeroconf.py
@@ -38,7 +38,7 @@
38
39
__author__ = 'Paul Scott-Murphy, William McBrine'
40
__maintainer__ = 'Jakub Stasiak <jakub@stasiak.at>'
41
-__version__ = '0.17.1'
+__version__ = '0.17.2'
42
__license__ = 'LGPL'
43
44
0 commit comments