v2.0.0
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-issuesplugin to link to issues and PRs.
Development
- Use scriv to manage the CHANGELOG.