Bump version: 12.0.0 → 12.0.1

This commit is contained in:
Labrys of Knossos 2019-01-04 05:29:53 -05:00
commit e1fe63328c
4 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,7 @@ from core.utils import (
resume_torrent, remove_dir, remove_read_only, sanitize_name, update_download_info_status,
)
__version__ = '12.0.0'
__version__ = '12.0.1'
# Client Agents
NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual']