Changed ~~~~~~~ * Lots of dependancy updates. * Use circleci for deployments.
2.1.0
------------------
Added ~~~~~ * Docker support.
Removed ~~~~~~~ * Removed support for Python < 3.5 and Django < 1.11.
2.0.9
------------------
Changed ~~~~~~~ * Update 3rd party requirements. * Use bumpversion for version bump instead of setuptools_scm. * Minor fixes to sample config files.
2.0.8
------------------
Added ~~~~~ * Support Django 1.11 and Python 3.6.
Fixed ~~~~~ * Fix error displaying photo list for places. * Rewrite tests. * Some minor bug fixes.
2.0.7
------------------
* Fix duplicate results for some searches. * Fix problems with Django admin. * Add support for token authentication. * Remove legacy and broken south migrations.
2.0.6
------------------
* Drop Django 1.7 support. * Drop Python 3.3 support. * Add Django 1.10 support. * Rewrite lots of typescript. * Fix many bugs. * Rename ``spud.wsgi`` to ``wsgi.py``.