Add work in progress label

This commit is contained in:
Alex Root Junior 2019-11-16 23:54:53 +02:00
parent 72b6e0dd6d
commit 9d41428ed6
2 changed files with 7 additions and 2 deletions

View file

@ -30,3 +30,4 @@ jobs:
FTP_PASSWORD: ${{ secrets.DOCS_FTP_PASSWORD }}
LOCAL_DIR: site
REMOTE_DIR: public
ARGS: --delete

View file

@ -1,6 +1,6 @@
# Overview
Documentation for version 3.0
Documentation for version 3.0 [WIP] [^1]
[![MIT License](https://img.shields.io/pypi/l/aiogram.svg?style=flat-square)](https://opensource.org/licenses/MIT)
[![Supported python versions](https://img.shields.io/pypi/pyversions/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram)
@ -16,9 +16,10 @@ Documentation for version 3.0
## Features
- Asynchronous
- [Supports Telegram Bot API v2.4](api/index.md)
- Finite State Machine
- Middlewares
- [Replies into Webhook](https://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-to-updates)
- Middlewares
- Updates router (Blueprints)
@ -61,3 +62,6 @@ Documentation for version 3.0
- [ ] Test with coverage on push
- [ ] mypy on pull-request
- [ ] Flake8 on pull-request
[^1]: work in progress