* f182fb4da803e419a8a465c22160ca842338a3f9 Remove travis * b2ba6b31bbd4e82e4a6e5df8cce2bec4b5a1b77c Switch to Azure Pipelines (5) * c3fb6d9ccadeec4134a47474f66dcb8029720183 Upgrade CI version * 4de69ba9e56adfb0e8095f6d2277dc04a67156db Drop support for python 2.7 (4) * 64e53cc3799d2ea57b8acabfb3567b8e63ef41fd Fix linting * efe97f2f93f51e24246e3bedb57ab88eb5117ff0 Format and fix build (3) * cc4bb625d7dae77c733ac0114640a49b2b94ac95 Update .travis.yml
This list of changes was [auto generated](https://nickw444.visualstudio.com/nickw-flask-utils/_build/results?buildId=139&view=logs).
1.2.1
- De-brand and re-release under nickw namespace
Migration Guide
If you are migrating from [twopi-flask-utils](https://github.com/TwoPiCode/twopi-flask-utils), simply update your imports:
`from twopi_flask_utils.X import YYY` to `from flask_utils.X import YYY`