From 8745af26298f995487ba3a21d74185c57fc158e2 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Wed, 13 Mar 2019 07:54:21 +1300 Subject: [PATCH] update to v12.0.9 --- .bumpversion.cfg | 2 +- .github/README.md | 4 ++-- core/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 96d2148f0..eb16c5965 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 12.0.8 +current_version = 12.0.9 commit = True tag = False diff --git a/.github/README.md b/.github/README.md index 63b8626b3..0757be3cd 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,5 +1,5 @@ -nzbToMedia v12.0.8 -================== +nzbToMedia +========== 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)) when using one of the popular NZB download clients like [SABnzbd](http://sabnzbd.org/ "SABnzbd") and [NZBGet](http://nzbget.sourceforge.net/ "NZBGet") on low performance systems like a NAS. diff --git a/core/__init__.py b/core/__init__.py index 9468f5a1d..a68a31a7e 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -78,7 +78,7 @@ wake_up, ) -__version__ = '12.0.8' +__version__ = '12.0.9' # Client Agents NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual'] diff --git a/setup.py b/setup.py index 9c366acfa..6818d7693 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(*names, **kwargs): setup( name='nzbToMedia', - version='12.0.8', + version='12.0.9', license='GPLv3', description='Efficient on demand post processing', long_description="""