Skip to content

0.31.0

Choose a tag to compare

@adamghill adamghill released this 07 Jan 22:03
  • Create example Dockerfile and gunicorn.conf.py files for easier deployments of coltrane apps.
  • Add the ability to use JSON5 for data files.

Breaking changes

  • Remove loading data.json. All data should be in JSON files in the data directory.
  • The default markdown renderer is now mistune instead of markdown2. The next version of coltrane will remove the option to use markdown2.