Skip to content

Commit

Permalink
Merge pull request #16 from sgaynetdinov/new_version_5_66
Browse files Browse the repository at this point in the history
Version '5.66.0'
  • Loading branch information
sgaynetdinov authored Apr 12, 2019
2 parents f0e77d8 + 34cc8b6 commit c09654f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='py-vkontakte',
version='5.63.3',
version='5.66.0',
packages=['vk'],
url='https://github.com/sgaynetdinov/py-vkontakte',
license='MIT License',
Expand Down
3 changes: 2 additions & 1 deletion vk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .api import Api
from .auth import get_url_implicit_flow_user, create_access_token_from_code, get_url_authcode_flow_user
from .auth import (create_access_token_from_code, get_url_authcode_flow_user,
get_url_implicit_flow_user)
from .error import VKError
2 changes: 1 addition & 1 deletion vk/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


class Session(object):
def __init__(self, access_token=None, lang='ru', version_api='5.63'):
def __init__(self, access_token=None, lang='ru', version_api='5.66'):
self.access_token = access_token
self.lang = lang
self.version_api = version_api
Expand Down

0 comments on commit c09654f

Please sign in to comment.