From 218c1fb7300ffca7c96adf0c5805ce8fc969ac54 Mon Sep 17 00:00:00 2001 From: Hundemeier Date: Sun, 10 May 2020 15:55:50 +0200 Subject: [PATCH] updated version number and changelog --- README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f27ce8..db668eb 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,8 @@ The DataPacket provides following attributes: Filled with 0 for empty spaces. ### Changelog + * 1.4.3: The sequence number of the sync-packet when using manual flush was not increased (Thanks to @BlakeGarner ! See #19 for more information) + * 1.4.2: The internal logging of the receiver_thread and output_thread was using the root logger instead of its module-logger. (Thanks to @mje-nz ! See #18 for more information) * 1.4: Added a manual flush feature for sending out all universes at the same time. Thanks to ahodges9 for the idea. diff --git a/setup.py b/setup.py index 1d5957e..fe4c371 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='sacn', - version='1.4.2', + version='1.4.3', description='sACN / E1.31 module for easy handling of DMX data over ethernet', long_description=long_description, long_description_content_type="text/markdown",