From c69af5b15122ac0f3f6db4cc66ccd4479b4fc96f Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Sat, 1 Feb 2014 08:03:39 +1030 Subject: [PATCH] update version and documentation. --- autoProcess/nzbToMediaEnv.py | 2 +- changelog.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/autoProcess/nzbToMediaEnv.py b/autoProcess/nzbToMediaEnv.py index b4d51915..89bf99dd 100644 --- a/autoProcess/nzbToMediaEnv.py +++ b/autoProcess/nzbToMediaEnv.py @@ -1,7 +1,7 @@ # Make things easy and less error prone by centralising all common values # Global Constants -VERSION = 'V9.1' +VERSION = 'V9.2' TimeOut = 60 # Constants pertinant to SabNzb diff --git a/changelog.txt b/changelog.txt index 114b724f..c6d25244 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,7 @@ V9.2 XX/02/2014 Impacts All Change default "wait_for" to 5 mins. CouchPotato can take more than 2 minutes to return on renamer.scan request. Added SickBeard "wait_for" to bw customizable to prevent unwanted timeouts. +Fixed ascii conversion of directory name. Impacts NZBs Fix Error with manual run of nzbToMedia