Bump version, update changelog, for 10.5

This commit is contained in:
Shaun Eccles-Smith 2021-05-02 20:10:55 +10:00
parent 6e1d1a68f9
commit fb48c6f132
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
========= =========
Changelog 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 Version 0.10.4
============== ==============

View File

@ -1,6 +1,6 @@
{ {
"name": "ledfx", "name": "ledfx",
"version": "0.10.4", "version": "0.10.5",
"description": "LedFx", "description": "LedFx",
"author": "Austin Hodges", "author": "Austin Hodges",
"license": "MIT", "license": "MIT",

View File

@ -16,7 +16,7 @@ REQUIRED_PYTHON_STRING = ">={}.{}.{}".format(
MAJOR_VERSION = 0 MAJOR_VERSION = 0
MINOR_VERSION = 10 MINOR_VERSION = 10
MICRO_VERSION = 4 MICRO_VERSION = 5
POST = 0 POST = 0
DEV = 0 DEV = 0
PROJECT_VERSION = "{}.{}.{}".format( PROJECT_VERSION = "{}.{}.{}".format(