From 2da4b0c5982cee9f267c74e03b14a5969022a75c Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Sat, 29 Dec 2018 10:48:19 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2011.8.1=20=E2=86=92=2011.8.2?= 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 7fd07475..c25710eb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 11.8.1 +current_version = 11.8.2 commit = True tag = False diff --git a/README.md b/README.md index 89642047..dee665f7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -nzbToMedia v11.8.1 +nzbToMedia v11.8.2 ================== 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 c4cfdf4b..8eab0c24 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -49,7 +49,7 @@ from core.nzbToMediaUtil import ( from core.transcoder import transcoder from core.databases import mainDB -__version__ = '11.8.1' +__version__ = '11.8.2' # Client Agents NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual'] diff --git a/setup.py b/setup.py index 1bf81072..667e0ae3 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(*names, **kwargs): setup( name='nzbToMedia', - version='11.8.1', + version='11.8.2', license='GPLv3', description='Efficient on demand post processing', long_description="""