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 Mar 24, 2021
1 parent e20cf97 commit df24b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,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.6.3: Functionality related to receiving sACN data is now mostly covered by tests. Fixed a bug, where an exception was thrown on the first `DataPacket` when the stream-termination option was set. (Additional thanks to mthespian! See #31 for more information)
* 1.6.2: Test coverage of sub-module `messages` is now 100%. Fixed a bug where a too long source name did not throw an exception.
Fixed a bug where invalid DMX data could be set on the `DataPacket`. (Thanks to mthespian! See #30 for more information)
* 1.6.1: Fixed a bug, where the DMX start code was not set on received packets (Thanks to mthespian! See #29 for more information)
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@

setup(
name='sacn',
version='1.6.2',
version='1.6.3',
description='sACN / E1.31 module for easy handling of DMX data over ethernet',
long_description=long_description,
long_description_content_type="text/markdown",
url='https://www.github.com/Hundemeier/sacn',
author='Hundemeier',
author_email='[email protected]',
license='MIT License',
# packages=['sacn', 'sacn.messages', 'sacn.receiving', 'sacn.sending'],
packages=find_packages(),
keywords=['sacn e131 e1.31 dmx'],
classifiers=[
Expand Down

0 comments on commit df24b78

Please sign in to comment.