From 3b0b7baa97a4c29b450b0f56f418d9125b680e63 Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Fri, 28 Dec 2018 12:17:42 -0500 Subject: [PATCH] Add version --- README.md | 4 ++-- core/__init__.py | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec29ba83..05178146 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -nzbToMedia -================ +nzbToMedia v11.7.4 +================== 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)) when using one of the popular NZB download clients like [SABnzbd](http://sabnzbd.org/ "SABnzbd") and [NZBGet](http://nzbget.sourceforge.net/ "NZBGet") on low performance systems like a NAS. diff --git a/core/__init__.py b/core/__init__.py index f406439e..f18dbbdc 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -49,6 +49,8 @@ from core.nzbToMediaUtil import ( from core.transcoder import transcoder from core.databases import mainDB +__version__ = '11.7.4' + # Client Agents NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual'] TORRENT_CLIENTS = ['transmission', 'deluge', 'utorrent', 'rtorrent', 'qbittorrent', 'other', 'manual']