diff --git a/CHANGELOG.rst b/CHANGELOG.rst index acfa026c..8618b7da 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ ========= Changelog ========= +Version 0.10.5 +============== +- Addition of sACN (e131 device) packet priority. +- Some dependencies now require specific versions due to buggy dependency releases. +- Various documentation changes. Version 0.10.4 ============== diff --git a/frontend/package.json b/frontend/package.json index be743138..9162491c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "ledfx", - "version": "0.10.4", + "version": "0.10.5", "description": "LedFx", "author": "Austin Hodges", "license": "MIT", diff --git a/ledfx/consts.py b/ledfx/consts.py index 62960eb8..1338e8e6 100644 --- a/ledfx/consts.py +++ b/ledfx/consts.py @@ -16,7 +16,7 @@ REQUIRED_PYTHON_STRING = ">={}.{}.{}".format( MAJOR_VERSION = 0 MINOR_VERSION = 10 -MICRO_VERSION = 4 +MICRO_VERSION = 5 POST = 0 DEV = 0 PROJECT_VERSION = "{}.{}.{}".format(