rev up to 12.0.8

This commit is contained in:
clinton-hall 2019-03-10 20:37:57 +13:00
commit d4786e10d7
5 changed files with 17 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 12.0.7
current_version = 12.0.8
commit = True
tag = False

View file

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

View file

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

View file

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

View file

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