From fb48c6f1327f36503df9a817d1894e7a647a0ac7 Mon Sep 17 00:00:00 2001 From: Shaun Eccles-Smith Date: Sun, 2 May 2021 20:10:55 +1000 Subject: [PATCH] Bump version, update changelog, for 10.5 --- CHANGELOG.rst | 5 +++++ frontend/package.json | 2 +- ledfx/consts.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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(