- Dependencies are pinned now - Fixed Python 3 warnings about `imp` being deprecated - Some docstring updates - Dropped support for Python 2.6 - Fixed bug with iteritems in Python 3
1.20
----
- It is now possible to specify `transaction = no` in `migration.ini` to apply `CREATE INDEX CONCURRENTLY`. Beware - it needs to be one index per file.
1.19
----
- You can now write migrations as Jinja2 templates
1.18
----
- Ability to set options for pgsql
1.17
----
- Skip directories inside of migrations instead of dying with an exception
1.16
----
- Fix bug with inserting percentage sign in migrations for pg/mysql