* Merged pull request 29 - Add 'encoding' config option to allow / force opening files with a specific encoding
0.6.7
* Fixing issue 28 - trailing comma issue (which only seems to come up with Python 3.4 for some reason).
0.6.6
* Fixing issue 26 - now allowing for overlapping simple and complex views.
0.6.5
* Now allowing pretty much any name as a field name for Statik models (i.e. you can now use `name` as a valid field name).
0.6.4
* Yet another bugfix with regard to non-standard config file path (need more unit tests for this). * Updating SQLAlchemy dependency to latest version (1.0.14).
0.6.3
* More bugfixes with regard to non-standard config file path.