Skip to content

Commit 048858f

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents 81d609d + 0216df7 commit 048858f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

compiler/error/source/400_BAD_REQUEST.tsv

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,6 @@ MESSAGE_POLL_CLOSED You can't interact with a closed poll
8787
MEDIA_INVALID The media is invalid
8888
BOT_SCORE_NOT_MODIFIED The bot score was not modified
8989
USER_BOT_REQUIRED The method can be used by bots only
90-
IMAGE_PROCESS_FAILED The server failed to process your image
90+
IMAGE_PROCESS_FAILED The server failed to process your image
91+
CALL_ALREADY_ACCEPTED The call is already accepted
92+
CALL_ALREADY_DECLINED The call is already declined

pyrogram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"e" if sys.getfilesystemencoding() != "utf-8" else "\xe8"
2929
)
3030
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
31-
__version__ = "0.11.0"
31+
__version__ = "0.11.1.develop"
3232

3333
from .api.errors import Error
3434
from .client.types import (

0 commit comments

Comments
 (0)