Bump version: 11.8.0 → 11.8.1

This commit is contained in:
Labrys of Knossos 2018-12-29 10:10:40 -05:00
parent b7081da7fa
commit 1f61b9b60e
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 11.8.0
current_version = 11.8.1
commit = True
tag = False

View file

@ -1,4 +1,4 @@
nzbToMedia v11.8.0
nzbToMedia v11.8.1
==================
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.8.0'
__version__ = '11.8.1'
# Client Agents
NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual']

View file

@ -18,7 +18,7 @@ def read(*names, **kwargs):
setup(
name='nzbToMedia',
version='11.8.0',
version='11.8.1',
license='GPLv3',
description='Efficient on demand post processing',
long_description="""