Updated copyright

This commit is contained in:
2022-12-25 12:04:25 +01:00
parent 8fc3c04720
commit 48d0daabf5
47 changed files with 94 additions and 94 deletions

View File

@@ -6,7 +6,7 @@ cpl-translation sh-edraft Common Python library Translation
sh-edraft Common Python library Python Translation
:copyright: (c) 2022 sh-edraft.de
:copyright: (c) 2022 - 2023 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
@@ -14,8 +14,8 @@ sh-edraft Common Python library Python Translation
__title__ = 'cpl_translation'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'
__version__ = '2022.12.0'
__copyright__ = 'Copyright (c) 2022 - 2023 sh-edraft.de'
__version__ = '2022.12.1'
from collections import namedtuple
@@ -51,4 +51,4 @@ init()
# build-ignore-end
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='2022', minor='12', micro='0')
version_info = VersionInfo(major='2022', minor='12', micro='1')