Bump version: 12.0.6 → 12.0.7

This commit is contained in:
Labrys of Knossos 2019-01-15 18:11:31 -05:00
commit d9436603ab
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 12.0.6
current_version = 12.0.7
commit = True
tag = False

View file

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

View file

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

View file

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