Releases: CoffeeAnon/python_flask_boilerplate
Releases · CoffeeAnon/python_flask_boilerplate
v0.4.0
v0.3.0
What's Changed
Added a gh pages site generated from markdown files in mkdocs folder, versioned automatically via circleci.
Full Changelog: v0.1.0...v0.3.0
v0.1.0
Initial commit, basic boilerplate of a flask application.
- packages managed with poetry
- pytest, mypy, and pylint run by tox
- docker-compose and dockerfile
- circleci config runs tests, builds docker image and pushes it to docker.io