Skip to content

ESFEX v0.1.11

Choose a tag to compare

@msotocalvo msotocalvo released this 12 Jun 08:17
· 51 commits to main since this release

Fix

  • Splash screen and About dialog now show the actual released version.
    esfex.__version__ was a hardcoded literal that drifted from the release
    (it read 0.1.7 while the package was newer). It is now derived from the
    installed package metadata, so pyproject.toml is the single source of
    truth and the splash/About track every release automatically.

Carries the v0.1.10 documentation-packaging fix as well.
`pip install -U esfex`; the Windows installer (attached once built) pulls
this version too.