Skip to content

Commit 8a5e119

Browse files
committed
updated version and change log
1 parent 999901c commit 8a5e119

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

addon.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<addon id="metadata.tvshows.themoviedb.org.python"
33
name="TMDb TV Shows"
4-
version="1.5.7~beta4"
4+
version="1.6.0"
55
provider-name="Team Kodi">
66
<requires>
77
<import addon="xbmc.python" version="3.0.0"/>
88
<import addon="xbmc.metadata" version="2.1.0"/>
99
</requires>
1010
<extension point="xbmc.metadata.scraper.tvshows" library="main.py" cachepersistence="00:15"/>
1111
<extension point="xbmc.addon.metadata">
12-
<news>1.5.7
12+
<news>1.6.0
1313
change to use new JSON based episodeguide format to handle multiple providers
14+
fixes for last minute changes to new Nexus Python bindings
1415
</news>
1516
<platform>all</platform>
1617
<license>GPL-3.0-or-later</license>

changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
1.5.7
1+
1.6.0
22
change to use new JSON based episodeguide format to handle multiple providers
3+
fixes for last minute changes to new Nexus Python bindings
34

45
1.5.6
56
fix for scraper ignoring NFO files with TVDB artwork URL

0 commit comments

Comments
 (0)