From d4786e10d7317f94037caf8a0d5d43daa0a2df02 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Sun, 10 Mar 2019 20:37:57 +1300 Subject: [PATCH] rev up to 12.0.8 --- .bumpversion.cfg | 2 +- README.md | 2 +- changelog.txt | 13 +++++++++++++ core/__init__.py | 2 +- setup.py | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a1d61c63..96d2148f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 12.0.7 +current_version = 12.0.8 commit = True tag = False diff --git a/README.md b/README.md index c78ffe83..63b8626b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -nzbToMedia v12.0.7 +nzbToMedia v12.0.8 ================== Provides an [efficient](https://github.com/clinton-hall/nzbToMedia/wiki/Efficient-on-demand-post-processing) way to handle postprocessing for [CouchPotatoServer](https://couchpota.to/ "CouchPotatoServer") and [SickBeard](http://sickbeard.com/ "SickBeard") (and its [forks](https://github.com/clinton-hall/nzbToMedia/wiki/Failed-Download-Handling-%28FDH%29#sick-beard-and-its-forks)) diff --git a/changelog.txt b/changelog.txt index b197e7fa..b269e118 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,18 @@ Change_LOG / History +V12.0.8 + +Refactor and Rename Modules +Add Medusa API +Fix return parsing from HeadPhones +Add Python end of life detection and reporting +Fix Py3 return from Popen (Transcoder and executable path detection) +Add variable sys_path to config (allows user to specify separate path for binary detection) +Various Py3 compatability fixes +Log successful when returning to Radarr CDH +Add exception handling when failing to return to original directory (due to permissions) +Don't load Torrent Clients when calling NZB processing + V12.0.7 Refactor utils diff --git a/core/__init__.py b/core/__init__.py index 2f4645b2..15d78bfd 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -71,7 +71,7 @@ from core.utils import ( wake_up, ) -__version__ = '12.0.7' +__version__ = '12.0.8' # Client Agents NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual'] diff --git a/setup.py b/setup.py index 941b4477..9c366acf 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(*names, **kwargs): setup( name='nzbToMedia', - version='12.0.7', + version='12.0.8', license='GPLv3', description='Efficient on demand post processing', long_description="""