-------------------------
This update should not cause any breaking changes, however, it is being classified as major release because the dependency on awesome-slugify, which is licensed with GPLv3, has been replaced with python-slugify, which is licensed with MIT.
* Suppress warning from babel about Time Zone expressions on Python 3.6. (665)
* Reimplemented slugify with python-slugify instead of awesome-slugify. (660)
* Slugify renaming of duplicate values is now consistent with :meth:`.Table.init`. (615)