* Migrated from Bitbucket (Mercurial) to GitHub (Git).
1.0.3
================================================
Bugfixes --------
* Updated the `StudentAuthLogParser` class as our admins adopted a new date format for the student auth log file.
1.0.2
================================================
Bugfixes --------
* Removed distribute_setup.py as 'Distribute' is a now deprecated fork of the 'Setuptools' project.
1.0.1
==============================================
Bugfixes --------
* Prevented the `StudentAttendanceAnalysis` class from updating the `StudentAuthLogParser.log_transformation_pipeline` list directly, as any such changes would then carry over to all future `StudentAuthLogParser` instances.