Skip to content

v2.0.0

Choose a tag to compare

@kurtmckee kurtmckee released this 30 Jul 13:14
· 36 commits to main since this release
v2.0.0
75f27bc

Breaking changes

  • Switch from a namespace package to a regular package. (kurtmckee/feedparser#585)

    The namespace package caused issues in the feedparser dev environment
    due to conflicts with editable installs of feedparser.
    It also adversely affected deployments for users
    due to separated installs between system and venv environments.

    The new package name is feedparser_sgmllib.

Documentation

  • Use the sphinx-issues plugin to link to issues and PRs.

Development

  • Use scriv to manage the CHANGELOG.