diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f9e4c7da..a1d61c63 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 12.0.6 +current_version = 12.0.7 commit = True tag = False diff --git a/README.md b/README.md index bf381998..c78ffe83 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -nzbToMedia v12.0.6 +nzbToMedia v12.0.7 ================== 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 593c4a5a..e7280ded 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -70,7 +70,7 @@ from core.utils import ( wake_up, ) -__version__ = '12.0.6' +__version__ = '12.0.7' # Client Agents NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual'] diff --git a/setup.py b/setup.py index 665c5705..941b4477 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(*names, **kwargs): setup( name='nzbToMedia', - version='12.0.6', + version='12.0.7', license='GPLv3', description='Efficient on demand post processing', long_description="""