Skip to content

Commit f7c6b75

Browse files
author
Adam Soos
committed
WS-3151: copyright years and version number
1 parent b1f50fb commit f7c6b75

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@
4747

4848
# General information about the project.
4949
project = ''
50-
copyright = '2022, Basis Technology'
50+
copyright = '2024, Basis Technology'
5151
author = '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.

rosette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
limitations under the License.
1313
"""
1414

15-
__version__ = '1.28.0'
15+
__version__ = '1.29.0'

rosette/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Python client for the Rosette API.
55
6-
Copyright (c) 2014-2022 Basis Technology Corporation.
6+
Copyright (c) 2014-2024 Basis Technology Corporation.
77
88
Licensed under the Apache License, Version 2.0 (the "License");
99
you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@
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)

tests/test_rosette_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
"""
4-
Copyright (c) 2014-2022 Basis Technology Corporation.
4+
Copyright (c) 2014-2024 Basis Technology Corporation.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)