Bump version: 11.7.4 → 11.8.0

This commit is contained in:
Labrys of Knossos 2018-12-28 15:27:16 -05:00
commit 493bfe3a32
4 changed files with 5 additions and 4 deletions

View file

@ -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}'

View file

@ -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))

View file

@ -49,7 +49,7 @@ from core.nzbToMediaUtil import (
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']

View file

@ -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="""