[Python-modules-commits] [python-zeroconf] 07/08: Prepare release 0.17.5

Ruben Undheim rubund-guest at moszumanska.debian.org
Wed Apr 13 19:10:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch upstream
in repository python-zeroconf.

commit f33b8f9c182245b14b9b73a86aefedcee4520eb5
Author: Jakub Stasiak <jakub at stasiak.at>
Date:   Mon Mar 14 23:23:41 2016 +0100

    Prepare release 0.17.5
---
 README.rst  | 8 ++++++++
 zeroconf.py | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index bb86229..3e812c8 100644
--- a/README.rst
+++ b/README.rst
@@ -115,6 +115,14 @@ See examples directory for more.
 Changelog
 =========
 
+0.17.5
+------
+
+* Fixed OpenBSD compatibility, thanks to Alessio Sergi
+* Fixed race condition on ServiceBrowser startup, thanks to gbiddison
+* Fixed installation on some Python 3 systems, thanks to Per Sandström
+* Fixed "size change during iteration" bug on Python 3, thanks to gbiddison
+
 0.17.4
 ------
 
diff --git a/zeroconf.py b/zeroconf.py
index 24f5a34..8c00d2b 100644
--- a/zeroconf.py
+++ b/zeroconf.py
@@ -38,7 +38,7 @@ from six.moves import xrange
 
 __author__ = 'Paul Scott-Murphy, William McBrine'
 __maintainer__ = 'Jakub Stasiak <jakub at stasiak.at>'
-__version__ = '0.17.4'
+__version__ = '0.17.5'
 __license__ = 'LGPL'
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-zeroconf.git



More information about the Python-modules-commits mailing list