Merge pull request #1511 from clinton-hall/hotfix/sourcecleaner

Hotfix/sourcecleaner
This commit is contained in:
Labrys of Knossos 2019-01-05 23:08:01 -05:00 committed by GitHub
commit 0f1595d29c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 12.0.3 current_version = 12.0.4
commit = True commit = True
tag = False tag = False

View file

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

@ -52,7 +52,7 @@ from core.utils import (
resume_torrent, remove_dir, remove_read_only, sanitize_name, update_download_info_status, resume_torrent, remove_dir, remove_read_only, sanitize_name, update_download_info_status,
) )
__version__ = '12.0.3' __version__ = '12.0.4'
# Client Agents # Client Agents
NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual'] NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual']

View file

@ -81,7 +81,7 @@ class CheckVersion(object):
def update(self): def update(self):
if self.updater.need_update(): if self.updater.need_update():
result = self.updater.update() result = self.updater.update()
cleanup.clean('core', 'libs') cleanup.clean(cleanup.FOLDER_STRUCTURE)
return result return result

View file

@ -18,7 +18,7 @@ def read(*names, **kwargs):
setup( setup(
name='nzbToMedia', name='nzbToMedia',
version='12.0.3', version='12.0.4',
license='GPLv3', license='GPLv3',
description='Efficient on demand post processing', description='Efficient on demand post processing',
long_description=""" long_description="""