Skip to content

Commit

Permalink
Update to v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonami committed Jul 4, 2017
1 parent 1f3aec5 commit 127e5f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion telethon/telegram_bare_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class TelegramBareClient:
"""

# Current TelegramClient version
__version__ = '0.11.1'
__version__ = '0.11.2'

# region Initialization

Expand Down
3 changes: 0 additions & 3 deletions telethon/telegram_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
SendCodeRequest, SignInRequest,
SignUpRequest, ImportBotAuthorizationRequest)

# Required to work with different data centers
from .tl.functions.auth import ExportAuthorizationRequest

# Easier access to common methods
from .tl.functions.messages import (
GetDialogsRequest, GetHistoryRequest, ReadHistoryRequest, SendMediaRequest,
Expand Down

0 comments on commit 127e5f7

Please sign in to comment.