Skip to content

Commit

Permalink
updated version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Hundemeier committed May 10, 2020
1 parent c9bb45d commit 218c1fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 218c1fb

Please sign in to comment.