From f83b37d80b212a6b860389d6f0f5921394ab22e6 Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Sat, 5 Jan 2019 22:59:20 -0500 Subject: [PATCH 1/2] Fix missed commit for source cleaner --- core/version_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/version_check.py b/core/version_check.py index a414f4b92..8fac2d374 100644 --- a/core/version_check.py +++ b/core/version_check.py @@ -81,7 +81,7 @@ def check_for_new_version(self, force=False): def update(self): if self.updater.need_update(): result = self.updater.update() - cleanup.clean('core', 'libs') + cleanup.clean(cleanup.FOLDER_STRUCTURE) return result From 84a7011973018c8e147951f90be1d9da6befda3e Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Sat, 5 Jan 2019 22:59:31 -0500 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=2012.0.3=20=E2=86=92=2012.0?= =?UTF-8?q?.4?= 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 e11b54a81..c26fb34f2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 12.0.3 +current_version = 12.0.4 commit = True tag = False diff --git a/README.md b/README.md index 67f6c02e8..3ddaccd53 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -nzbToMedia v12.0.3 +nzbToMedia v12.0.4 ================== 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 9fa7c3206..437991618 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -52,7 +52,7 @@ resume_torrent, remove_dir, remove_read_only, sanitize_name, update_download_info_status, ) -__version__ = '12.0.3' +__version__ = '12.0.4' # Client Agents NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual'] diff --git a/setup.py b/setup.py index ccd9786c3..e61e2fc33 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(*names, **kwargs): setup( name='nzbToMedia', - version='12.0.3', + version='12.0.4', license='GPLv3', description='Efficient on demand post processing', long_description="""