- Support for Python 3.13
- Minimum supported version Python 3.8
- Increased password strength in TG2 quickstart by switching to pbkdf2
- Migrated to pyproject.toml
- Remove direct references to pkg_resources
- Remove tgext.admin and tw2.forms by default
- Add sqlalchemy 2.0
- Start IPython manually instead of embedding
- Switch quickstarted projects test suite from nose to pytest
- Fix mismatch between HTTPS and HTTP for jquery in quickstart
New Contributors
- @Jackevansevo made their first contribution in #22
Full Changelog: tg2.4.3...tg2.5.0