Skip to content

Releases: BoboTiG/python-wks-com

1.2.0

18 Sep 13:16
Compare
Choose a tag to compare

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

17 Sep 11:47
Compare
Choose a tag to compare

Added

  • Python 3.13 support

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

17 Sep 11:13
Compare
Choose a tag to compare

Added

  • first working version
  • initial commit on 2023-12-08