Skip to content

v5.0.2

Latest

Choose a tag to compare

@Almenon Almenon released this 27 Nov 23:44
· 4 commits to master since this release

Full Changelog: v4.0.0...v5.0.0

BREAKING CHANGES with v5.0.0

run and runString now return a promise instead of a using a callback.
You will need to 1) check the return value, 2) remove the callback argument, and 3) change to a promise
see readme for usage examples

Other notes
I confirmed that python-shell works with python 3.11 and node v18.

Auto generated release notes

What's Changed

New Contributors