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 Jul 12, 2021
1 parent 8198274 commit 807abe4
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 @@ -224,6 +224,7 @@ pip install flake8 pytest coverage
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.8.0: Added function for removing a listener on a receiver by universe. See `sACNreceiver.remove_listener_from_universe(<callback>)` for more information.
* 1.7.1: Small changes that might improve timing on the sender. (Thanks to mthespian! See #36 for more information)
* 1.7.0: Added function for removing a listener on a receiver. See `sACNreceiver.remove_listener(<callback>)` for more information.
* 1.6.4: Functionality related to sending of sACN data is now mostly covered by tests. Removed undocumented parameters for `sACNsender.start()`.
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.7.1',
version='1.8.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 807abe4

Please sign in to comment.