Merge pull request #1468 from clinton-hall/feature/version

Feature/version
This commit is contained in:
Labrys of Knossos 2018-12-28 15:33:14 -05:00 committed by GitHub
commit 806e64d78f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 130 additions and 2 deletions

View file

@ -52,6 +52,8 @@ from core.utils import (
resume_torrent, remove_dir, remove_read_only, sanitize_name, update_download_info_status,
)
__version__ = '11.8.0'
# Client Agents
NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual']
TORRENT_CLIENTS = ['transmission', 'deluge', 'utorrent', 'rtorrent', 'qbittorrent', 'other', 'manual']