Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@buehlefs buehlefs released this 18 Dec 13:53
· 6 commits to main since this release

Added

  • Added sphinx setting for changing the html theme in pyproject.toml

Updated

Notable Dependency Updates

  • Dropped support for Python < 3.9 as Sphinx requires Python 3.9 since version 7.2!
  • Updated dependencies (the lockfile now uses urrlib3 >=2.0, pin urrllib3 to a lower version if required)
  • Updated Flask to v3.0.0! (CHANGELOG)
    Flask has deprecated the __version__ attribute and finally removed some pending deprecations.
  • Updated Sphinx to v7.2.6! (CHANGELOG)

Fixed