From 294683fb43b69725a72d40957dcdb8680a1dc7ec Mon Sep 17 00:00:00 2001 From: Rob Weber Date: Fri, 22 Nov 2019 15:14:12 -0600 Subject: [PATCH] updated readme and changelog --- README.md | 2 +- changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a03245b..51ed6a8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Backup Addon -![Kodi Version](https://img.shields.io/endpoint?url=https%3A%2F%2Fweberjr.com%2Fkodi-shield%2Frobweber%2Fxbmcbackup%2Fleia%2Ftrue%2Ftrue) [![Build Status](https://img.shields.io/travis/robweber/xbmcbackup/leia)](https://travis-ci.org/robweber/xbmcbackup) [![License](https://img.shields.io/github/license/robweber/xbmcbackup)](https://github.com/robweber/xbmcbackup/blob/master/LICENSE.txt) +![Kodi Version](https://img.shields.io/endpoint?url=https%3A%2F%2Fweberjr.com%2Fkodi-shield%2Frobweber%2Fxbmcbackup%2Fleia%2Ftrue%2Ftrue) [![Build Status](https://img.shields.io/travis/robweber/xbmcbackup/master)](https://travis-ci.org/robweber/xbmcbackup) [![License](https://img.shields.io/github/license/robweber/xbmcbackup)](https://github.com/robweber/xbmcbackup/blob/master/LICENSE.txt) ## About diff --git a/changelog.md b/changelog.md index eb1d16a..57c10b0 100644 --- a/changelog.md +++ b/changelog.md @@ -9,7 +9,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Added - added new badges for Kodi Version, TravisCI and license information from shields.io - - use kodi-six for Kodi library imports, will make transition to python 3 easiser ### Changed @@ -17,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - removed specific encode() calls per Python2/3 compatibility - call isdigit() method on the string directly instead of str.isdigit() (results in unicode error) - added flake8 testing to travis-ci + - updated code to make python3 compatible ### Removed