sh v1.05 Release Notes

    • Changing status from alpha to beta.
    • ๐Ÿ‘ Python 3.3 officially supported.
    • ๐Ÿ“š Documentation fix. The section on exceptions now references the fact that signals do not raise an exception, even for signals that might seem like they should, e.g. segfault.
    • Bugfix with Python 3.3 where importing commands from the sh namespace resulted in an error related to __path__
    • Long-form and short-form options to commands may now be given False to disable the option from being passed into the command. This is useful to pass in a boolean flag that you flip to either True or False to enable or disable some functionality at runtime.