diff options
author | Louis Vézina <[email protected]> | 2019-11-07 05:45:59 -0500 |
---|---|---|
committer | Louis Vézina <[email protected]> | 2019-11-07 05:45:59 -0500 |
commit | 44ed1ba4fc4d58b2e4d878b36e628b70462d7b38 (patch) | |
tree | 22075ca984919dbb4b95e9a7b194d768103777db | |
parent | 03d1cfa4904535093c2a1b3126b7bda7c775032c (diff) | |
download | bazarr-44ed1ba4fc4d58b2e4d878b36e628b70462d7b38.tar.gz bazarr-44ed1ba4fc4d58b2e4d878b36e628b70462d7b38.zip |
Version Bump.v0.8.3.2
-rw-r--r-- | bazarr/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bazarr/main.py b/bazarr/main.py index e160f090e..2c3ca2ded 100644 --- a/bazarr/main.py +++ b/bazarr/main.py @@ -1,6 +1,6 @@ # coding=utf-8 -bazarr_version = '0.8.3.1' +bazarr_version = '0.8.3.2' import os os.environ["SZ_USER_AGENT"] = "Bazarr/1" |