Skip to content

2.1.1

Compare
Choose a tag to compare
@amyasnikov amyasnikov released this 01 Apr 20:30
· 69 commits to master since this release

Bug Fixes:

  • #80 - Creation of Command through REST API leads to error 500
  • Running of migration 0005 with elready existing files in scripts folder might lead to error.

Other:

  • black, isort and flake8 have been replaced by ruff
  • pre-commit hook introduced to automatically perform formmating/linting after every commit. Check out contributing guide