diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c13b738f8..26f2c68d3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 11.7.4 +current_version = 11.8.0 commit = True tag = False @@ -14,3 +14,4 @@ replace = v{new_version} [bumpversion:file:core/__init__.py] search = __version__ = '{current_version}' replace = __version__ = '{new_version}' + diff --git a/README.md b/README.md index 05178146b..12a43fe20 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -nzbToMedia v11.7.4 +nzbToMedia v11.8.0 ================== 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 f18dbbdce..29fb4491b 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -49,7 +49,7 @@ from core.transcoder import transcoder from core.databases import mainDB -__version__ = '11.7.4' +__version__ = '11.8.0' # Client Agents NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual'] diff --git a/setup.py b/setup.py index ee6d93632..b014ad2f0 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(*names, **kwargs): setup( name='nzbToMedia', - version='11.7.4', + version='11.8.0', license='GPLv3', description='Efficient on demand post processing', long_description="""