From ada78a14f85136b4ad88c0161405d0e6200a2e93 Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Sun, 6 Jan 2019 00:47:01 -0500 Subject: [PATCH 1/2] hotfix --- TorrentToMedia.py | 2 +- nzbToMedia.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TorrentToMedia.py b/TorrentToMedia.py index 5536bbab..0e14e60d 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -2,7 +2,7 @@ # coding=utf-8 import cleanup -cleanup.clean('core', 'libs') +cleanup.clean(cleanup.FOLDER_STRUCTURE) import datetime import os diff --git a/nzbToMedia.py b/nzbToMedia.py index 2fc8c80c..fceed9cd 100755 --- a/nzbToMedia.py +++ b/nzbToMedia.py @@ -624,7 +624,7 @@ from __future__ import print_function import cleanup -cleanup.clean('core', 'libs') +cleanup.clean(cleanup.FOLDER_STRUCTURE) import datetime import os From 0fd570cd85959d2a78e84e615f464706b1a21925 Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Sun, 6 Jan 2019 00:48:08 -0500 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=2012.0.4=20=E2=86=92=2012.0?= =?UTF-8?q?.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 2 +- core/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c26fb34f..feb03ca3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 12.0.4 +current_version = 12.0.5 commit = True tag = False diff --git a/README.md b/README.md index 3ddaccd5..a9bc945d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -nzbToMedia v12.0.4 +nzbToMedia v12.0.5 ================== 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/core/__init__.py b/core/__init__.py index 43799161..b55ea684 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -52,7 +52,7 @@ from core.utils import ( resume_torrent, remove_dir, remove_read_only, sanitize_name, update_download_info_status, ) -__version__ = '12.0.4' +__version__ = '12.0.5' # Client Agents NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual'] diff --git a/setup.py b/setup.py index e61e2fc3..e8cb7477 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(*names, **kwargs): setup( name='nzbToMedia', - version='12.0.4', + version='12.0.5', license='GPLv3', description='Efficient on demand post processing', long_description="""