This release contains no new features. The primary purpose of this release is to add an upper version pin to Toga's Travertino requirement, protecting against the upcoming Toga 0.5.0 release that will include backwards incompatible changes in Travertino. (#3167)
Bugfixes
- The testbed app can now be run on any supported Python version. (#2883)
- App.app is now set to an initial value of
None
, before an app instance is created. This avoids a potentialAttributeError
when the test suite finishes. (#2918)