kopia lustrzana https://github.com/wagtail/wagtail
Add a link to the issue tracker on the PyPI project page (#11004)
rodzic
949c7870a7
commit
3340854d1a
|
@ -90,6 +90,7 @@ Changelog
|
||||||
* Maintenance: Deprecate `context` argument of `construct_snippet_listing_buttons` hook (Sage Abdullah)
|
* Maintenance: Deprecate `context` argument of `construct_snippet_listing_buttons` hook (Sage Abdullah)
|
||||||
* Maintenance: Deprecate legacy moderation system (Sage Abdullah)
|
* Maintenance: Deprecate legacy moderation system (Sage Abdullah)
|
||||||
* Maintenance: Update CI database versions (Jake Howard)
|
* 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
|
5.1.3 (xx.xx.20xx) - IN DEVELOPMENT
|
||||||
|
|
|
@ -740,6 +740,7 @@
|
||||||
* Dhrűv
|
* Dhrűv
|
||||||
* Sandro Rodrigues
|
* Sandro Rodrigues
|
||||||
* Brian Mugo
|
* Brian Mugo
|
||||||
|
* Panagiotis H.M. Issaris
|
||||||
|
|
||||||
## Translators
|
## Translators
|
||||||
|
|
||||||
|
|
|
@ -111,6 +111,7 @@ depth: 1
|
||||||
* Deprecate `context` argument of `construct_snippet_listing_buttons` hook (Sage Abdullah)
|
* Deprecate `context` argument of `construct_snippet_listing_buttons` hook (Sage Abdullah)
|
||||||
* Deprecate legacy moderation system (Sage Abdullah)
|
* Deprecate legacy moderation system (Sage Abdullah)
|
||||||
* Update CI database versions (Jake Howard)
|
* 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
|
## Upgrade considerations - changes affecting all projects
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -90,6 +90,7 @@ setup(
|
||||||
"Changelog": "https://github.com/wagtail/wagtail/blob/main/CHANGELOG.txt",
|
"Changelog": "https://github.com/wagtail/wagtail/blob/main/CHANGELOG.txt",
|
||||||
"Documentation": "https://docs.wagtail.org",
|
"Documentation": "https://docs.wagtail.org",
|
||||||
"Source": "https://github.com/wagtail/wagtail",
|
"Source": "https://github.com/wagtail/wagtail",
|
||||||
|
"Tracker": "https://github.com/wagtail/wagtail/issues",
|
||||||
},
|
},
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|
Ładowanie…
Reference in New Issue