Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mrDoctorWho/vk4xmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Smith <mrdoctorwho@helldev.net>2020-06-01 16:41:10 +0300
committerJohn Smith <mrdoctorwho@helldev.net>2020-06-01 16:41:10 +0300
commit5bca416acd57e94af1ec1cb87d8ab40f4f68e0f2 (patch)
tree50d02629a44af96169cd6d964a1b5ff484a4711f
parent753067dc8a893083886ca2107eae2d3fe6dfcf38 (diff)
Bump API version to 5.21
A huge thanks to VK administration for not notifying me about old API versions' "deprecation"
-rw-r--r--library/vkapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/vkapi.py b/library/vkapi.py
index 2058bc2..c32284e 100644
--- a/library/vkapi.py
+++ b/library/vkapi.py
@@ -31,7 +31,7 @@ APP_ID = 3789129
# VK APP scope
SCOPE = 69638
# VK API VERSION
-API_VERSION = "5.13"
+API_VERSION = "5.21"
socket.setdefaulttimeout(SOCKET_TIMEOUT)