This release should address the issues outstanding since the 2.1.12 release from the summer of 2019. Specifically:
* Google Drive integration links should behave correctly when generating a share/link to a Github file.
* Shared/linked Google Drive files should behave as expected in incognito windows (provided the file is shared with unrestricted access).
* Support for the current latest version of Brython (3.8.9)
* The original pale yellow background color has been restored.
* The "credits" to Brython Server and Brython and corresponding links in the lower left corner of the page have been revised and now include their respective version numbers.
* The "credits" part of the console view has been simplified to make it easier to find your way back to the editor.
* The Javascript has been passed through the standardjs code linting and formatting tool and testing scripts have been updated to include this as a standard test.
* Support for using Travis CI for automated testing has been put in place. Initially, this is only includes Black formatting for Python, Python linting, and standardjs for the Javascript. This support will enable additional unit testing in the future.
* Repository README has been updated to include information on setting up and using a development environment.
* In the course of preparing this release, the entire release process was tested from the ground up and some minor problems were uncovered and fixed.