From 4f7e4b3808079a490bc042d03d30318c8c3f9f64 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Wed, 16 Jul 2014 21:33:08 +0930 Subject: [PATCH] 10.3 to merge. --- changelog.txt | 5 +++++ nzbtomedia/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index b3bdc586..6bbd4d50 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ Change_LOG / History +V10.3 15/07/2014 + +Impacts All +Fix auto-fork to identify default fork. + V10.2 15/07/2014 Impacts All diff --git a/nzbtomedia/__init__.py b/nzbtomedia/__init__.py index a79391cf..6db6cff4 100644 --- a/nzbtomedia/__init__.py +++ b/nzbtomedia/__init__.py @@ -266,7 +266,7 @@ def initialize(section=None): nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema) # Set Version and GIT variables - NZBTOMEDIA_VERSION = '10.2' + NZBTOMEDIA_VERSION = '10.3' VERSION_NOTIFY = int(CFG['General']['version_notify']) AUTO_UPDATE = int(CFG['General']['auto_update']) GIT_REPO = 'nzbToMedia'