From 0833bf1724b0c30301f9eab18ac8c0070ef6eaf3 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Wed, 23 Sep 2020 16:01:35 +1200 Subject: [PATCH] Update to V12.1.07 (#1782) --- .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 579736dd..891b8c0a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 12.1.06 +current_version = 12.1.07 commit = True tag = False diff --git a/core/__init__.py b/core/__init__.py index 7aa9ddef..aa644bca 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -83,7 +83,7 @@ from core.utils import ( wake_up, ) -__version__ = '12.1.06' +__version__ = '12.1.07' # Client Agents NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual'] diff --git a/setup.py b/setup.py index 3de2a100..0ac63738 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def read(*names, **kwargs): setup( name='nzbToMedia', - version='12.1.06', + version='12.1.07', license='GPLv3', description='Efficient on demand post processing', long_description="""