What's Changed
* Add Support for App Manifest Endpoints (apps.manifest.*) by misscoded in https://github.com/slackapi/python-slack-sdk/pull/1123
App Manifests
This release includes support for [app manifests](https://api.slack.com/reference/manifests). The `apps.manifest.*` endpoints can be used to create, delete, update, and copy your Slack apps with ease. New endpoints include:
- [`apps.manifest.create`](https://api.slack.com/methods/apps.manifest.create)
- [`apps.manifest.delete`](https://api.slack.com/methods/apps.manifest.delete)
- [`apps.manifest.export`](https://api.slack.com/methods/apps.manifest.export)
- [`apps.manifest.update`](https://api.slack.com/methods/apps.manifest.update)
- [`apps.manifest.validate`](https://api.slack.com/methods/apps.manifest.validate)
- [`tooling.tokens.rotate`](https://api.slack.com/methods/tooling.tokens.rotate)
**Full Changelog**: https://github.com/slackapi/python-slack-sdk/compare/v3.11.2...v3.12.0b1