Skip to content

Commit 9257999

Browse files
committed
update v5 deprecation notice, docs now show no scheduled removal date.
1 parent 23677d9 commit 9257999

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

resources/lib/twitch/api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__all__ = ['v5', 'default', 'helix', 'parameters', 'usher']
44

5-
from . import v5 # V5 is deprecated and will be removed entirely on 12/31/18
5+
from . import v5 # V5 is deprecated and will be removed entirely on TBD
66
from . import v5 as default
77
from . import helix
88
from . import parameters

resources/lib/twitch/api/v5/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# -*- encoding: utf-8 -*-
22
# https://dev.twitch.tv/docs/
3-
# V5 is deprecated and will be removed entirely on 12/31/18
3+
# V5 is deprecated and will be removed entirely on TBD
44

55
__all__ = ['bits', 'channel_feed', 'channels', 'chat', 'clips', 'collections', 'communities',
66
'games', 'ingests', 'root', 'search', 'streams', 'teams', 'users', 'videos']
77

88
from ...log import log
99

10-
log.deprecated_api_version('V5', 'Helix', '12/31/18')
10+
log.deprecated_api_version('V5', 'Helix', 'TBD')
1111

1212
from . import bits # NOQA
1313
from . import channel_feed # NOQA

resources/lib/twitch/oauth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__all__ = ['v5', 'default', 'helix', 'clients']
44

5-
from . import v5 # V5 is deprecated and will be removed entirely on 12/31/18
5+
from . import v5 # V5 is deprecated and will be removed entirely on TBD
66
from . import helix
77
from . import v5 as default
88
from . import clients

0 commit comments

Comments
 (0)