version 10.10 for merge.

This commit is contained in:
clinton-hall 2015-01-29 11:40:15 +10:30
commit 77da142216
2 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,11 @@
Change_LOG / History Change_LOG / History
V10.10 29/01/2015
Fix error when extracting on windows. (added import of subprocess)
Fix subtitles download and emdedding.
V10.9 19/01/2015 V10.9 19/01/2015
Prevent Errors when trying next release from CouchPotato (CouchPotato failed handling) Prevent Errors when trying next release from CouchPotato (CouchPotato failed handling)
@ -9,7 +15,6 @@ Continue if failed to connect to Torrent Client.
Fixed resolution settings in Transcoder. Fixed resolution settings in Transcoder.
Make Windows Linking and extraction invisible. Make Windows Linking and extraction invisible.
V10.8 15/12/2014 V10.8 15/12/2014
Impacts All Impacts All

View file

@ -281,7 +281,7 @@ def initialize(section=None):
nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema) nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema)
# Set Version and GIT variables # Set Version and GIT variables
NZBTOMEDIA_VERSION = '10.9' NZBTOMEDIA_VERSION = '10.10'
VERSION_NOTIFY = int(CFG['General']['version_notify']) VERSION_NOTIFY = int(CFG['General']['version_notify'])
AUTO_UPDATE = int(CFG['General']['auto_update']) AUTO_UPDATE = int(CFG['General']['auto_update'])
GIT_REPO = 'nzbToMedia' GIT_REPO = 'nzbToMedia'