Skip to content

Commit 3a1c027

Browse files
committed
Update doc sources
1 parent ad42b4c commit 3a1c027

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Welcome to Pyrogram
2626
</a>
2727
<br>
2828
<a href="compiler/api/source/main_api.tl">
29-
<img src="https://img.shields.io/badge/schema-layer%2091-eda738.svg?longCache=true&colorA=262b30"
29+
<img src="https://img.shields.io/badge/schema-layer%2095-eda738.svg?longCache=true&colorA=262b30"
3030
alt="Schema Layer">
3131
</a>
3232
<a href="https://github.com/pyrogram/tgcrypto">
@@ -67,7 +67,7 @@ Features
6767
- **Fast**: Crypto parts are boosted up by TgCrypto_, a high-performance library written in pure C.
6868
- **Documented**: Pyrogram API methods, types and public interfaces are well documented.
6969
- **Type-hinted**: Exposed Pyrogram types and method parameters are all type-hinted.
70-
- **Updated**, to the latest Telegram API version, currently Layer 91 on top of `MTProto 2.0`_.
70+
- **Updated**, to the latest Telegram API version, currently Layer 95 on top of `MTProto 2.0`_.
7171
- **Pluggable**: The Smart Plugin system allows to write components with minimal boilerplate code.
7272
- **Comprehensive**: Execute any advanced action an official client is able to do, and even more.
7373

docs/source/start/Installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ If no error shows up you are good to go.
8282
8383
>>> import pyrogram
8484
>>> pyrogram.__version__
85-
'0.11.0'
85+
'0.12.0'
8686
8787
.. _TgCrypto: https://docs.pyrogram.ml/resources/TgCrypto
8888
.. _develop: http://github.com/pyrogram/pyrogram

0 commit comments

Comments
 (0)