File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747
4848# General information about the project.
4949project = ''
50- copyright = '2022 , Basis Technology'
50+ copyright = '2024 , Basis Technology'
5151author = 'Basis Technology'
5252
5353# The version info for the project you're documenting, acts as replacement for
5454# |version| and |release|, also used in various other places throughout the
5555# built documents.
5656#
5757# The short X.Y version.
58- version = '1.28 .0'
58+ version = '1.29 .0'
5959# The full version, including alpha/beta/rc tags.
60- release = '1.28 .0'
60+ release = '1.29 .0'
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change 1212limitations under the License.
1313"""
1414
15- __version__ = '1.28 .0'
15+ __version__ = '1.29 .0'
Original file line number Diff line number Diff line change 33"""
44Python client for the Rosette API.
55
6- Copyright (c) 2014-2022 Basis Technology Corporation.
6+ Copyright (c) 2014-2024 Basis Technology Corporation.
77
88Licensed under the Apache License, Version 2.0 (the "License");
99you may not use this file except in compliance with the License.
3030
3131_APPLICATION_JSON = 'application/json'
3232_BINDING_LANGUAGE = 'python'
33- _BINDING_VERSION = '1.28 .0'
33+ _BINDING_VERSION = '1.29 .0'
3434_CONCURRENCY_HEADER = 'x-rosetteapi-concurrency'
3535_CUSTOM_HEADER_PREFIX = 'X-RosetteAPI-'
3636_CUSTOM_HEADER_PATTERN = re .compile ('^' + _CUSTOM_HEADER_PREFIX )
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22
33"""
4- Copyright (c) 2014-2022 Basis Technology Corporation.
4+ Copyright (c) 2014-2024 Basis Technology Corporation.
55
66Licensed under the Apache License, Version 2.0 (the "License");
77you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments