Skip to content

Commit 34f6607

Browse files
committed
Bump version
1 parent 77ee8bc commit 34f6607

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

vk/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from vk.mixins import AuthMixin, InteractiveMixin
1010

1111

12-
VERSION = '2.0a4'
12+
VERSION = '2.0'
1313

1414

1515
logging.config.dictConfig(LOGGING_CONFIG)

vk/mixins.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# coding=utf8
22

3-
import re
43
import logging
54

6-
import requests
7-
85
from vk.exceptions import VkAuthError
9-
from vk.utils import urlparse, parse_qsl, raw_input, get_url_query, LoggingSession, get_form_action
6+
from vk.utils import raw_input, get_url_query, LoggingSession, get_form_action
107

118

129
logger = logging.getLogger('vk')

0 commit comments

Comments
 (0)