diff options
author | Louis Vézina <[email protected]> | 2019-10-07 10:32:17 -0400 |
---|---|---|
committer | Louis Vézina <[email protected]> | 2019-10-07 10:32:17 -0400 |
commit | ba2920423c17f0a34dadec54079805b10c3f5182 (patch) | |
tree | 66dc2abf2429c8afb6ca0ae37b832176b40ba253 | |
parent | 7d3c6b31e7768cd0eaa89a272e7a41f025fae625 (diff) | |
download | bazarr-0.8.2.1.tar.gz bazarr-0.8.2.1.zip |
Version bump.v0.8.2.1
-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 afd3f7781..c1a92c67f 100644 --- a/bazarr/main.py +++ b/bazarr/main.py @@ -1,6 +1,6 @@ # coding=utf-8 -bazarr_version = '0.8.2' +bazarr_version = '0.8.2.1' import gc import sys |