6046389c1da6c9e393e3d0be52bdddb6f330a277 Added `MyobRateLimitExceeded` exception for 403 responses that have come about as a result of ratelimiting. This is thus a subclass of `MyobForbidden`, which is the exception that was being raised previously.
1.2.6
41 Added endpoint for `Inventory/Location` (thanks theducvu!).
1.2.5
db8cd4e39db71a810f45b56056934e6e5aa2b860 Minor changes to packaging config.
1.2.4
35 Added endpoint for `Sale/Quote` (thanks theducvu!).
1.2.3
03fedacbd9034e58e6140f65f64478772f9693cd Added `MyobGatewayTimeout` exception for 504 responses. Previously these were raised under the umbrella `MyobExceptionUnknown`.
1.2.2
5f1d4baf074e94ae7d45cdc686a6658002193398...ad64b907c2a8440112a62bbf73716bf03b82770e Fixed `myob.companyfiles.get()` method for when `call=True` -- it wasn't passing companyfile credentials through and so it would've only worked for users that had SSO enabled (bypassing need for companyfile credentials to be provided).