From 5fb3229c137fa4598d40e1a5187820942aaef5c9 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Fri, 17 Apr 2020 11:26:57 +1200 Subject: [PATCH] update to version 12.1.05 --- .bumpversion.cfg | 2 +- core/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index aa40e7a1..4a55bc33 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 12.1.04 +current_version = 12.1.05 commit = True tag = False diff --git a/core/__init__.py b/core/__init__.py index 7198ab94..3cdc3c9b 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -83,7 +83,7 @@ from core.utils import ( wake_up, ) -__version__ = '12.1.04' +__version__ = '12.1.05' # Client Agents NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual'] diff --git a/setup.py b/setup.py index df77e262..6cb9d5dc 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def read(*names, **kwargs): setup( name='nzbToMedia', - version='12.1.04', + version='12.1.05', license='GPLv3', description='Efficient on demand post processing', long_description="""