* Changed default ``cache_backend`` to use ``gapipy.cache.NullCache``. Previously, ``SimpleCache`` was the default and led to confusion in production environments, specifically as to why resources were not matching the API output. Now, by default, to get any caching from gapipy you must explicitly set it.
0.1.43
-------------------
* Fixed ``Place`` init with empty admin_divisions.
0.1.42
-------------------
* Added ``description`` to ``TourCategory`` resource.
0.1.41
-------------------
* Added ``DepartureComponent`` resource. See the official G API `documentation <https://developers.gadventures.com/docs/departure_component.html>`_ for details.
0.1.40
-------------------
* Added ``deposit`` to ``DepartureService`` resource.
0.1.39
-------------------
* Refactor ``APIRequestor._request``. While this should not change existing functionality, it is now possible to override specific methods on the class.