v10.2 for merge

This commit is contained in:
clinton-hall 2014-07-15 12:06:29 +09:30
commit 9a661b1d10
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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'