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 Jun 27, 2024
1 parent 8d807be commit 0af6b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ Use the flag `--run-integration-tests` to run the additional tests (e.g. `python
It is useful to check if the test coverage changed with `coverage run -m pytest` and then `coverage html`, which generates a `htmlcov/index.html` file with all the information.

### Changelog
* 1.10.0: *Important change*: the `bind_address` of the `sACNreceiver` is ignored on Linux when binding the socket to an address. This is part of a bugfix, but might alter behavior in certain cases. (Thanks to andrewyager! See #51 for more information)
* 1.9.1: When a sACN packet could not be send out, the exception is raised instead of silently dropped. (Thanks to andrewyager! See #48 for more information)
* 1.9.0: The behavior of multicast sending and receiving is now unified across most operating systems. This means Windows no longer requires to set a `bind_address` to be able to use multicast or universe discovery. (Thanks to mthespian! See #42 for more information)
* 1.8.1: Calling `stop` on a sender or receiver now closes the underlying socket too. Note: after stopping a sender or receiver, it can not be started again with `start`. (See #39 for more information)
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.9.1',
version='1.10.0',
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 0af6b3b

Please sign in to comment.