Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit d1ee5ce

Browse filesBrowse files
committed
Release version 0.17.2
1 parent dadbbfc commit d1ee5ce
Copy full SHA for d1ee5ce

File tree

2 files changed

+8
-1
lines changed
Filter options

2 files changed

+8
-1
lines changed

‎README.rst

Copy file name to clipboardExpand all lines: README.rst
+7Lines 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

Copy file name to clipboardExpand all lines: zeroconf.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.