-----
* Initial stable-ish release!
* Django-dev-dashboard inspired templates and media for attractive data display
* Easy creation and registration of custom MetricTypes via autodiscovery
* Metric collection via a management command
* Management command to generate a cron template
* Initial ``ActiveUsersCount`` metric created via ``dbag_init`` management
command for easy batteries-included usage.
* ``dbag_fake_metrics`` command to fake 60 days worth data using a random
normal distribution to make it easy to see how your templates look with some
semi-reasonable data.
* Parameterized ``MetricType`` based on filtering a queryset to make it easy to
create a ``MetricType`` that performs a query on a custom ``Model``.