Version 1.0.1 (2021-07-16)
---------------------------

Added authors webtweakers and virtualtam for their
Miscellaneous improvements #2

Version 1.0.0 (2021-07-16)
---------------------------

Version bump to 1.0 reflecting django-dmarc is now considered
Production / Stable

Version 0.7.0 (2021-07-16)
---------------------------
Report default set to two days
TypeError: string argument expected, got 'bytes' fixed
Copyright updated to 2021

Version 0.6.0 (2020-06-10)
---------------------------

Updated for Django 2.2
Dropped support for Python 2.7
Updated test script
Updated Copyright to 2020

Version 0.5.2 (2018-06-19)
---------------------------

Updated for Django 2.0
Updated Copyright to 2018
Updated links for tls
Changed report icon font from glyphicons to fontawesome

Version 0.5.1 (2017-02-10)
---------------------------

Updated documentation

Version 0.5.0 (2017-01-19)
---------------------------

Added capturing of feedback reports
Updated Copyright to 2017

Version 0.4.7 (2016-11-30)
---------------------------

Added Glossary and FAQ's

Version 0.4.6 (2016-11-24)
---------------------------

Order report
Fix date filtering

Version 0.4.5 (2016-11-23)
---------------------------

Add colour_code and dkim/spf domain columns thanks to Edward Newman

Version 0.4.4 (2016-11-22)
---------------------------

Fix SQL typo (remove public.) and add back domain (Edward Newman)

Version 0.4.3 (2016-11-22)
---------------------------

Update documentation

Version 0.4.2 (2016-11-22)
---------------------------

Add sql filtering checks
Add filtering by Disposition suggestion from Edward Newman

Show and filter by organisation name
Version 0.4.1 (2016-11-22)
---------------------------

Show and filter by organisation name

Version 0.4.0 (2016-11-21)
---------------------------

Create prototype admin dashboard
Create admin Report model editing
Update report to use ajax load
Create Download report option
Database agnostic filter
Use base admin templates

Version 0.3.3 (2016-11-05)
---------------------------

Add csv export

Version 0.3.2 (2016-09-13)
---------------------------

Improve mimepart debug message

Version 0.3.1 (2016-09-08)
---------------------------

Add application/gzip

Version 0.3.0 (2016-09-07)
---------------------------

* Bump version to 0.3.0
* Add gzip handling
* Refactor to use argparse
* Refactor code

Note change to arguments requiring email or xml
and either can be - for stdin

Version 0.2.2 (2016-08-31)
---------------------------

* Bump version to 0.2.2
* Remove dependency on django.conf.urls.patterns

Version 0.2.1 (2016-08-31)
---------------------------

* Bump minimum Django version to 1.8
* Improve processing descriptions

Version 0.2.0 (2016-08-03)
---------------------------

Add error checking and saving for bad zipfile

Version 0.1.10 (2015-04-22)
---------------------------

* Added reference to Bootstrap styles (Thanks Jan (linjan))
* Add sample report

Version 0.1.9 (2015-03-28)
--------------------------

Fix AttributeError: 'Element' object has no attribute 'getroot'

Version 0.1.8 (2015-03-27)
--------------------------

* Fix reference before assignment
* Add save original XML report

Version 0.1.7 (2015-03-17)
--------------------------

* Save XML with test
* Add Logging
* Supress email errors

Version 0.1.6 (2015-03-13)
--------------------------

Fix missing self (Lukas Pühringer)

Version 0.1.5 (2015-03-11)
--------------------------

* Optimise prefetch

Version 0.1.4 (2015-03-10)
--------------------------

* Fix report closing tags

Version 0.1.3 (2015-03-07)
--------------------------

* Allow duplicate Records

Version 0.1.2 (2015-03-03)
--------------------------

* Added a dmarc report

Version 0.1.1 (2015-03-01)
--------------------------

* Improved documentation

Version 0.1.0 (2015-02-28)
--------------------------

* Project created
