Skip to content

Commit f0fee54

Browse files
committed
Version 1.20.0
1 parent 008bd79 commit f0fee54

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
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.14.4'
58+
version = '1.20.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '1.14.4'
60+
release = '1.20.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.14.4'
15+
__version__ = '1.20.0'

rosette/api.py

Lines changed: 1 addition & 1 deletion
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.14.4'
33+
_BINDING_VERSION = '1.20.0'
3434
_CONCURRENCY_HEADER = 'x-rosetteapi-concurrency'
3535
_CUSTOM_HEADER_PREFIX = 'X-RosetteAPI-'
3636
_CUSTOM_HEADER_PATTERN = re.compile('^' + _CUSTOM_HEADER_PREFIX)

0 commit comments

Comments
 (0)