* Update GitHub Actions for publishing releases to PyPI
0.9
---
* Update installation instructions to use current django url syntax * Update sample login template to use correct django admin `extrastyle` block * Update styles and wording for PU CAS login include template
0.8
--- * Now tested against Django 3.2-4.2 * Add testing for Python 3.9-3.11 * Using GitHub Actions for continuous integration
0.7
---- * Drop support for Python 2.7 * No longer tested against Django 1.8-1.10; now tested against 3.0 and 3.1 * Add testing for Python 3.8 * Default branch name for current release is now **main**
0.6
----- * Add support for multiple fallbacks on LDAP attributes. See `PR 3 <https://github.com/Princeton-CDH/django-pucas/pull/>`_. * Improve handling for missing LDAP attributes. * Now requires django-cas-ng 3.6 or greater. * Document tested Django and Python versions.