Skip to content

Commit 2329c7c

Browse files
authored
Merge pull request #123 from anxdpanic/pr_isengard
2.0.21~alpha1
2 parents 59d3808 + bf482bd commit 2329c7c

22 files changed

+8
-1429
lines changed

addon.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="script.module.python.twitch" name="python-twitch for Kodi" version="2.0.20" provider-name="anxdpanic, A Talented Community">
2+
<addon id="script.module.python.twitch" name="python-twitch for Kodi" version="2.0.21~alpha1" provider-name="anxdpanic, A Talented Community">
33
<requires>
44
<import addon="xbmc.python" version="2.20.0"/>
55
<import addon="script.module.six" version="1.11.0"/>
@@ -10,6 +10,7 @@
1010
<platform>all</platform>
1111
<news>
1212
[upd] fixups and additions to Helix API
13+
[rem] remove v5 API
1314
[lang] updated translations from Weblate
1415
</news>
1516
<assets>

changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
2.0.20
1+
2.0.21
22
[upd] fixups and additions to Helix API
3+
[rem] remove v5 API
34
[lang] updated translations from Weblate
45

56
2.0.19

resources/lib/twitch/api/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010
See LICENSES/GPL-3.0-only for more information.
1111
"""
1212

13-
__all__ = ['v5', 'default', 'helix', 'parameters', 'usher']
13+
__all__ = ['default', 'helix', 'parameters', 'usher']
1414

15-
from . import v5 # V5 is deprecated and will be removed entirely on TBD
16-
from . import v5 as default
15+
from . import helix as default
1716
from . import helix
1817
from . import parameters
1918
from . import usher

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

Lines changed: 0 additions & 35 deletions
This file was deleted.

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

Lines changed: 0 additions & 23 deletions
This file was deleted.

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

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)