* Fix a bug when initializing AccommodationRoom from cached data.
0.1.6
------------------
* Add Query.purge_cached
0.1.5
------------------
* Add ``details`` field to the list of ``incomplete_requirements`` in a ``DepartureService``.
0.1.4
------------------
* Removed sending of header `X-HTTP-Method-Override: PATCH` when the update command is called. Now, when `.save(partial=True)` is called, the correct PATCH HTTP method will be sent with the request.
0.1.3
------------------
* Return ``None`` instead of raising a HTTPError 404 exception when fetching a non-existing resource by id. * Added ability to create resources from the Query objects on the client instance.