Releases: BoboTiG/python-wks-com
Releases · BoboTiG/python-wks-com
1.2.1
Added
- CI: PyPI release workflow
- CI: auto-merge dependency pull-requests on successful tests
Changed
- docs: misspellings on the README
1.2.0
Added
- new constant:
DEFAULT_PORT
with value "/dev/ttyUSB0"
- docs: example how to use the module as a module
Changed
- the default
Inverter.port
is set to constants.DEFAULT_PORT
Inverter
arguments are all forced to be keyword-only except for port
Deleted
- duplicate imports in
helpers.test_commands()
1.0.1
Added
Changed
- fixed the date padding in
helpers.expand_command()
(see issue #3)
- moved from
black
, flake8
, and isort
to ruff
- pinned all dependencies to prevent surprises
💟 Thanks to those awesome contributors: @devau-remi
1.0.0
Added
- first working version
- initial commit on
2023-12-08