[Python-modules-commits] [python-zeroconf] 03/17: Prepare release 0.17.3

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon Oct 5 07:56:09 UTC 2015


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

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

commit 9c3a81af84c3450459795e5fc5142300f9680804
Author: Jakub Stasiak <jakub at stasiak.at>
Date:   Wed Aug 19 01:54:02 2015 +0200

    Prepare release 0.17.3
---
 README.rst  | 6 ++++++
 zeroconf.py | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 769df0c..de49606 100644
--- a/README.rst
+++ b/README.rst
@@ -107,6 +107,12 @@ See examples directory for more.
 Changelog
 =========
 
+0.17.3
+------
+
+* Fixed DNSText repr on Python 3 (it'd crash when the text was longer than
+  10 bytes), thanks to Paulus Schoutsen for the patch, GitHub pull request #24
+
 0.17.2
 ------
 
diff --git a/zeroconf.py b/zeroconf.py
index d73c41e..e636a41 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.2'
+__version__ = '0.17.3'
 __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