Skip to content

Commit

Permalink
Initial commit to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
enyone committed Oct 30, 2015
1 parent c7aee76 commit a2ab6cc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion elisaviihde.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Elisa Viihde API Python implementation
# License: GPLv3
# Author: enyone
# Version: 1.4
# Version: 1.5
# https://github.com/enyone/elisaviihde

import requests, json, re, time, datetime, math
Expand Down
2 changes: 1 addition & 1 deletion script.module.elisaviihde/addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.elisaviihde"
name="Elisa Viihde Python library"
version="1.4.0"
version="1.5.0"
provider-name="enyone">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
Expand Down
3 changes: 3 additions & 0 deletions script.module.elisaviihde/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.5
-----

1.4
-----
Video stream identifying fix
Expand Down
3 changes: 2 additions & 1 deletion tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Elisa Viihde API Python implementation tests
# License: GPLv3
# Author: Juho Tykkala
# For-version: 1.5
# Author: enyone

import elisaviihde
from nose.tools import *
Expand Down

0 comments on commit a2ab6cc

Please sign in to comment.