Skip to content

0.4.9

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 01:04
· 557 commits to main since this release
fe75069

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 potential AttributeError when the test suite finishes. (#2918)

Misc