From 1cd64053b0da1d351bb6af392e1ebb904c6b6ce2 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Fri, 21 Aug 2015 07:05:45 +0930 Subject: [PATCH] V10.12 for merge. --- changelog.txt | 5 +++++ core/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 1497ab20..3214e40c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ Change_LOG / History +V10.12 21/09/2015 + +Updated Requests Module to Latest Version. Works with Python 2.7.10 +Add .img files to transcoder extraction routines. + V10.11 28/05/2015 Use socket to verify if running on Linux. Prevents issues with stale pid. diff --git a/core/__init__.py b/core/__init__.py index 5bf7e8f0..7024e7a4 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -288,7 +288,7 @@ def initialize(section=None): nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema) # Set Version and GIT variables - NZBTOMEDIA_VERSION = '10.11' + NZBTOMEDIA_VERSION = '10.12' VERSION_NOTIFY = int(CFG['General']['version_notify']) AUTO_UPDATE = int(CFG['General']['auto_update']) GIT_REPO = 'nzbToMedia'