* Fix `get_products_attribute_options` that wasn’t throwing if it received an error response from Magento. * Improve some docstrings
1.3.0
* Add support for environment variables as a fallback for `Magento()` arguments: `PYMAGENTO_TOKEN`, `PYMAGENTO_BASE_URL` , `PYMAGENTO_SCOPE`, `PYMAGENTO_USER_AGENT` * Fix `user_agent` support ([`api-session` 1.1.1][as111])