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'