* added missing patch of `otter.Notebook.export` in `otter/grade.py` * added `__version__` global in `otter/__init__.py` * fixed relative import issue when running on Gradescope * fixed not finding/rerunning tests on Gradescope with `otter.Notebook.check`
0.4.4
* fixed template escape bug in `otter/gs_generator.py`
0.4.3
* fixed dead link in `docs/gradescope.md` * updated to Python 3.7 in setup.sh for Gradescope * made `otter` and `otter gen` CLIs find `./requirements.txt` automatically if it exists * fix bug where GS generator fails if no `-r` flag specified