Fixed translation loading

This commit is contained in:
2022-10-19 17:38:21 +02:00
parent 0914f969e5
commit 511622820a
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ __title__ = 'cpl_translation'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'
__version__ = '2022.10.0.post1'
__version__ = '2022.10.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='10', micro='0.post1')
version_info = VersionInfo(major='2022', minor='10', micro='0.post2')