From 1d726b551a49e945b134df6e29b352697030c5a9 Mon Sep 17 00:00:00 2001 From: Jakub Stasiak Date: Mon, 4 Jan 2021 19:47:33 +0100 Subject: [PATCH] Release version 0.28.8 --- README.rst | 6 ++++++ zeroconf/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0bf8fcdc..0fe2164d 100644 --- a/README.rst +++ b/README.rst @@ -134,6 +134,12 @@ See examples directory for more. Changelog ========= +0.28.8 +====== + +* Fixed the packet generation when multiple packets are necessary, previously invalid + packets were generated sometimes. Patch thanks to J. Nick Koston. + 0.28.7 ====== diff --git a/zeroconf/__init__.py b/zeroconf/__init__.py index 0fb9aec5..2535e8ed 100644 --- a/zeroconf/__init__.py +++ b/zeroconf/__init__.py @@ -42,7 +42,7 @@ __author__ = 'Paul Scott-Murphy, William McBrine' __maintainer__ = 'Jakub Stasiak ' -__version__ = '0.28.7' +__version__ = '0.28.8' __license__ = 'LGPL'