* Update testing to include Python 3.11 * Update ReadTheDoc configuration
2.1
============
* Debug CI * Fix Trove classifiers of package
2.0
============
* Fix encoding and error reporting bugs * Extend test coverage to Python3.10 * Drop support for Python2.7 and Python3.5
1.2
============
* Fix import-proxifier to remove AssertionError on module `__name__` when interfering with other custom importers (ex. when importing "six.moves.urllib.parse")
1.1
==================
* Support for Pytest 6 * Slight logging improvements
1.0
==================
* Generic Compat-Patcher system, improved from existing django-compat-patcher0.6 package