diff --git a/changelog.txt b/changelog.txt index d08052e9..b3bdc586 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,11 @@ Change_LOG / History +V10.2 15/07/2014 + +Impacts All +Bug Fixes. +If extracting files and extraction not successful, return Failure and Don't delete archives. + V10.1 11/07/2014 Impacts All diff --git a/nzbtomedia/__init__.py b/nzbtomedia/__init__.py index 591de164..75ddd756 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.1' + NZBTOMEDIA_VERSION = '10.2' VERSION_NOTIFY = int(CFG['General']['version_notify']) AUTO_UPDATE = int(CFG['General']['auto_update']) GIT_REPO = 'nzbToMedia'