sh v1.09 Release Notes

    • 🛠 Fixed encoding errors related to a system encoding "ascii". #123
    • 🚦 Added exit_code attribute to SignalException and ErrorReturnCode exception classes. #127
    • 0️⃣ Making the default behavior of spawned processes to not be explicitly killed when the parent python process ends. Also making the spawned process ignore SIGHUP. #139
    • Made OSX sleep hack to apply to PY2 as well as PY3.