Merge pull request #1513 from clinton-hall/dev

Dev
This commit is contained in:
Labrys of Knossos 2019-01-06 00:51:02 -05:00 committed by GitHub
commit f9f3fafb1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

@ -2,7 +2,7 @@
# coding=utf-8
import cleanup
cleanup.clean('core', 'libs')
cleanup.clean(cleanup.FOLDER_STRUCTURE)
import datetime
import os

View file

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

View file

@ -624,7 +624,7 @@
from __future__ import print_function
import cleanup
cleanup.clean('core', 'libs')
cleanup.clean(cleanup.FOLDER_STRUCTURE)
import datetime
import os

View file

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