1.1.0
·
310 commits
to develop
since this release
Added
float_to_bin
,bin_to_float
,int_to_bin
functions added toumodbus/functions.py
- Deploy to Test Python Package Index on every PR build with a [PEP440][ref-pep440] compliant
-rc<BUILDNUMBER>.dev<PR_NUMBER>
meta data extension - Test release workflow running only on PRs is archiving and uploading built artifacts to Test Python Package Index
Changed
- Author is explicitly mentioned in
setup.py
instead of used by__author__
variable which has been previously defined inversion.py
but no longer available with autodeploy.
Fixed
- All uncovered flake8 warnings of
umodbus