if I run a flask app under 0.15.5 with
FLASK_ENV=development
the dev server throws an error.
With FLASK_ENV=production the server starts ok
After reinstalling 0.15.4 the same app works ok (both in dev and prod mode).
Windows/py3.6.7/pipenv
Kind regards