3.12
- New db.query(sql, params) method, which executes a SQL query and returns the results as an iterator over Python dictionaries. (#290)
- This project now uses
flake8
and has started to usemypy
. (#291) - New documentation on contributing to this project. (#292)