mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
v10.2 for merge
This commit is contained in:
parent
2b81d8b9ae
commit
9a661b1d10
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
Change_LOG / History
|
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
|
V10.1 11/07/2014
|
||||||
|
|
||||||
Impacts All
|
Impacts All
|
||||||
|
|
|
@ -266,7 +266,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.1'
|
NZBTOMEDIA_VERSION = '10.2'
|
||||||
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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue