Fixed base class of translation service
This commit is contained in:
@@ -15,7 +15,7 @@ __title__ = 'cpl_translation'
|
||||
__author__ = 'Sven Heidemann'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'
|
||||
__version__ = '2022.7.0.post1'
|
||||
__version__ = '2022.7.0.post2'
|
||||
|
||||
from collections import namedtuple
|
||||
|
||||
@@ -51,4 +51,4 @@ init()
|
||||
# build-ignore-end
|
||||
|
||||
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
|
||||
version_info = VersionInfo(major='2022', minor='7', micro='0.post1')
|
||||
version_info = VersionInfo(major='2022', minor='7', micro='0.post2')
|
||||
|
Reference in New Issue
Block a user