Fix #1349 (Fix error on move cover with foreign file systems, e.g. samba shares)

Preparation for release
This commit is contained in:
Ozzieisaacs
2020-05-05 18:55:28 +02:00
parent 850a85915b
commit 0735fb1e92
3 changed files with 48 additions and 43 deletions

View File

@@ -129,7 +129,7 @@ def selected_roles(dictionary):
BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, description, tags, series, '
'series_id, languages')
STABLE_VERSION = {'version': '0.6.7 Beta'}
STABLE_VERSION = {'version': '0.6.7'}
NIGHTLY_VERSION = {}
NIGHTLY_VERSION[0] = '$Format:%H$'