Skip to content

Commit e80d481

Browse files
committed
Version 1.31.0
1 parent 50847a7 commit e80d481

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '1.30.0'
58+
version = '1.31.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '1.30.0'
60+
release = '1.31.0'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

rosette/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
limitations under the License.
1313
"""
1414

15-
__version__ = '1.30.0'
15+
__version__ = '1.31.0'

rosette/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
_APPLICATION_JSON = 'application/json'
3232
_BINDING_LANGUAGE = 'python'
33-
_BINDING_VERSION = '1.30.0'
33+
_BINDING_VERSION = '1.31.0'
3434
# TODO Remove legacies in future release
3535
_LEGACY_CONCURRENCY_HEADER = 'x-rosetteapi-concurrency'
3636
_CONCURRENCY_HEADER = 'x-babelstreetapi-concurrency'

0 commit comments

Comments
 (0)