Update docs

This commit is contained in:
Dan 2018-01-20 16:23:10 +01:00
parent 4d9829a1af
commit 9a60a51a00
2 changed files with 4 additions and 4 deletions

View File

@ -44,4 +44,4 @@ If no errors show up you are good to go.
>>> import pyrogram
>>> pyrogram.__version__
'0.3.3'
'0.4.0'

View File

@ -32,7 +32,7 @@ Welcome to Pyrogram
<br><br>
<a href="https://github.com/pyrogram/pyrogram/blob/master/compiler/api/source/main_api.tl">
<img src="https://www.pyrogram.ml/images/scheme.svg"
alt="Scheme Layer 74">
alt="Scheme Layer 75">
</a>
<a href="https://core.telegram.org/mtproto">
<img src="https://www.pyrogram.ml/images/mtproto.svg"
@ -62,7 +62,7 @@ Features
`MTProto Mobile Protocol v2.0`_ and the mechanisms needed for establishing
a reliable connection.
- **Updated**: Pyrogram makes use of the latest Telegram API version, currently `Layer 74`_.
- **Updated**: Pyrogram makes use of the latest Telegram API version, currently `Layer 75`_.
- **Documented**: Pyrogram API public methods are documented and resemble the well
established Telegram Bot API, thus offering a familiar look to Bot developers.
@ -119,4 +119,4 @@ To get started, press Next.
.. _`MTProto Mobile Protocol v2.0`: https://core.telegram.org/mtproto
.. _`Layer 74`: https://github.com/pyrogram/pyrogram/blob/master/compiler/api/source/main_api.tl
.. _`Layer 75`: https://github.com/pyrogram/pyrogram/blob/master/compiler/api/source/main_api.tl