Add a link to the issue tracker on the PyPI project page (#11004)

pull/11006/head
Panagiotis H.M. Issaris 2023-10-06 11:02:52 +02:00 zatwierdzone przez Matt Westcott
rodzic 949c7870a7
commit 3340854d1a
4 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -90,6 +90,7 @@ Changelog
* Maintenance: Deprecate `context` argument of `construct_snippet_listing_buttons` hook (Sage Abdullah)
* Maintenance: Deprecate legacy moderation system (Sage Abdullah)
* Maintenance: Update CI database versions (Jake Howard)
* Maintenance: Add changelog and issue tracker links to the PyPI project page (Panagiotis H.M. Issaris)
5.1.3 (xx.xx.20xx) - IN DEVELOPMENT

Wyświetl plik

@ -740,6 +740,7 @@
* Dhrűv
* Sandro Rodrigues
* Brian Mugo
* Panagiotis H.M. Issaris
## Translators

Wyświetl plik

@ -111,6 +111,7 @@ depth: 1
* Deprecate `context` argument of `construct_snippet_listing_buttons` hook (Sage Abdullah)
* Deprecate legacy moderation system (Sage Abdullah)
* Update CI database versions (Jake Howard)
* Add changelog and issue tracker links to the PyPI project page (Panagiotis H.M. Issaris)
## Upgrade considerations - changes affecting all projects

Wyświetl plik

@ -90,6 +90,7 @@ setup(
"Changelog": "https://github.com/wagtail/wagtail/blob/main/CHANGELOG.txt",
"Documentation": "https://docs.wagtail.org",
"Source": "https://github.com/wagtail/wagtail",
"Tracker": "https://github.com/wagtail/wagtail/issues",
},
packages=find_packages(),
include_package_data=True,