
Version 2.3
============

* Remove "six" module usage (thanks @MeggyCal)
* Update cookiecutter recipe to stop using deprecated "python setup.py test"
* Update testing to include Python 3.12 and 3.13
* Fix sphinx and pylint configs


Version 2.2
============

* Update testing to include Python 3.11
* Update ReadTheDoc configuration


Version 2.1
============

* Debug CI
* Fix Trove classifiers of package


Version 2.0
============

* Fix encoding and error reporting bugs
* Extend test coverage to Python3.10
* Drop support for Python2.7 and Python3.5


Version 1.2
============

* Fix import-proxifier to remove AssertionError on module `__name__` when interfering with other custom
  importers (ex. when importing "six.moves.urllib.parse")


Version 1.1
==================

* Support for Pytest 6
* Slight logging improvements


Version 1.0
==================

* Generic Compat-Patcher system, improved from existing django-compat-patcher0.6 package
