* Split mwtp._dcs into mwtp._namespace_data and mwtp.namespace. * Add other default namespaces to Namespace. * Make Namespace public. * Add corresponding docs.
2.1.4
* Make PyPI recognize that tests are not failing. * Fix changelog entry for v2.1.3.
2.1.3
* Use { text = "GPL-3.0-only" } for the "license" field.
2.1.2
* Use lowercase names for GitHub workflows. * Remove excessive properties in README.md examples of namespace_data and namespace_aliases.
2.1.1
* Add a badge to README.md. * Use unordered list syntax for CHANGELOG.
2.1.0
* Implement Title.__add__. * Fix some type hints for __lt__ and __eq__. * Use __future__annotations__ instead of string escaping syntax. * Fix minor issues in documentation. * Turn off mypy's warn_unreachable.