Updated copyright
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user