From 9d64c2f47869584ebf3ca269632e1f03a461f99e Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Mon, 14 Dec 2020 20:34:26 +1300 Subject: [PATCH] Update to V12.1.08 --- .bumpversion.cfg | 2 +- core/__init__.py | 2 +- setup.py | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 891b8c0a..944d3bba 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 12.1.07 +current_version = 12.1.08 commit = True tag = False diff --git a/core/__init__.py b/core/__init__.py index aa644bca..920ba340 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -83,7 +83,7 @@ from core.utils import ( wake_up, ) -__version__ = '12.1.07' +__version__ = '12.1.08' # Client Agents NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual'] diff --git a/setup.py b/setup.py index 0ac63738..2918cd41 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def read(*names, **kwargs): setup( name='nzbToMedia', - version='12.1.07', + version='12.1.08', license='GPLv3', description='Efficient on demand post processing', long_description=""" @@ -80,6 +80,8 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Topic :: Games/Entertainment', 'Topic :: Multimedia', 'Topic :: Multimedia :: Sound/Audio',