From e61ffe3bb6873eebcc1d2a9d26fdfb32ca266156 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Tue, 5 Aug 2014 13:50:52 +0930 Subject: [PATCH] V10.5 --- changelog.txt | 7 +++++++ nzbtomedia/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 27f9f493..44cc1145 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,12 @@ Change_LOG / History +V10.5 05/08/2014 + +Impacts All +Bug Fixes for Transcoder. +Support for lib-av as well as ffmpeg. +Fixed SickBeard aut-fork detection. + V10.4 30/07/2014 Impacts All diff --git a/nzbtomedia/__init__.py b/nzbtomedia/__init__.py index c7e1426c..29b7f791 100644 --- a/nzbtomedia/__init__.py +++ b/nzbtomedia/__init__.py @@ -268,7 +268,7 @@ def initialize(section=None): nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema) # Set Version and GIT variables - NZBTOMEDIA_VERSION = '10.4' + NZBTOMEDIA_VERSION = '10.5' VERSION_NOTIFY = int(CFG['General']['version_notify']) AUTO_UPDATE = int(CFG['General']['auto_update']) GIT_REPO = 'nzbToMedia'