This commit is contained in:
Louis Vézina 2019-02-11 06:46:04 -05:00
parent cfea295198
commit 377c82df52
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# coding=utf-8
bazarr_version = '0.7.1'
bazarr_version = '0.7.2'
from gevent import monkey
monkey.patch_all()
import gc
import sys