Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Pending

* Added Django 5.2 to the tox matrix.

5.0.1 (2025-02-15)
------------------

* Updated package metadata to include well-known labels.

5.0.1 (2025-01-13)
------------------
* Fixing the build and release process. No functional changes.
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,13 @@ dependencies = [
"django>=4.2.9",
"sqlparse>=0.2",
]

urls.Changelog = "https://django-debug-toolbar.readthedocs.io/en/latest/changes.html"
urls.Documentation = "https://django-debug-toolbar.readthedocs.io/"
urls.Download = "https://pypi.org/project/django-debug-toolbar/"
urls.Homepage = "https://github.com/django-commons/django-debug-toolbar"
urls.Issues = "https://github.com/django-commons/django-debug-toolbar/issues"
urls.Source = "https://github.com/django-commons/django-debug-toolbar"

[tool.hatch.build.targets.wheel]
packages = [
Expand Down