We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecadb8c commit c5e1f65Copy full SHA for c5e1f65
README.rst
@@ -122,6 +122,12 @@ See examples directory for more.
122
Changelog
123
=========
124
125
+0.19.1
126
+------
127
+
128
+* Allowed installation with netifaces >= 0.10.6 (a bug that was concerning us
129
+ got fixed)
130
131
0.19.0
132
------
133
setup.py
@@ -60,7 +60,7 @@
60
# to be 255.255.255.255 on Windows which breaks things. See:
61
# * https://github.com/jstasiak/python-zeroconf/issues/84
62
# * https://bitbucket.org/al45tair/netifaces/issues/39/netmask-is-always-255255255255
63
- 'netifaces<=0.10.4',
+ 'netifaces!=0.10.5',
64
'six',
65
],
66
)
0 commit comments