mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
Bump versions
This commit is contained in:
parent
4312f62fed
commit
d9314a9d53
5 changed files with 14 additions and 13 deletions
|
|
@ -4,7 +4,7 @@ Documentation for version 3.0 [WIP] [^1]
|
|||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://pypi.python.org/pypi/aiogram)
|
||||
[](https://core.telegram.org/bots/api)
|
||||
[](https://core.telegram.org/bots/api)
|
||||
[](https://pypi.python.org/pypi/aiogram)
|
||||
[](https://pypi.python.org/pypi/aiogram)
|
||||
[](https://pypi.python.org/pypi/aiogram)
|
||||
|
|
@ -16,11 +16,11 @@ Documentation for version 3.0 [WIP] [^1]
|
|||
## Features
|
||||
|
||||
- Asynchronous
|
||||
- [Supports Telegram Bot API v4.5](api/index.md)
|
||||
- [Supports Telegram Bot API v4.6](api/index.md)
|
||||
- [Updates router](dispatcher/index.md) (Blueprints)
|
||||
- Finite State Machine
|
||||
- [Replies into Webhook](https://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-to-updates)
|
||||
- Middlewares
|
||||
- Updates router (Blueprints)
|
||||
- [Replies into Webhook](https://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-to-updates)
|
||||
|
||||
|
||||
!!! note
|
||||
|
|
@ -100,15 +100,16 @@ if __name__ == "__main__":
|
|||
- [ ] Filters
|
||||
- [ ] Utils
|
||||
- [x] Helper
|
||||
- [x] Markdown/HTML
|
||||
- [ ] ...
|
||||
- [ ] CI/CD
|
||||
- [ ] Publish to PyPi on tag
|
||||
- [x] Build docs on push
|
||||
- [ ] Code style
|
||||
- [ ] Test with coverage on pull-request
|
||||
- [x] Code style
|
||||
- [x] Test with coverage on pull-request
|
||||
- [x] Test with coverage on push
|
||||
- [ ] mypy on pull-request
|
||||
- [ ] Flake8 on pull-request
|
||||
- [x] mypy on pull-request
|
||||
- [x] Flake8 on pull-request
|
||||
|
||||
|
||||
[^1]: work in progress
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue