We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adca7ca commit 2ee4456Copy full SHA for 2ee4456
3 files changed
docs/source/conf.py
@@ -55,9 +55,9 @@
55
# built documents.
56
#
57
# The short X.Y version.
58
-version = '1.9.0'
+version = '1.12.1'
59
# The full version, including alpha/beta/rc tags.
60
-release = '1.9.0'
+release = '1.12.1'
61
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
# for a list of supported languages.
rosette/__init__.py
@@ -12,4 +12,4 @@
12
limitations under the License.
13
"""
14
15
-__version__ = '1.9.0'
+__version__ = '1.12.1'
rosette/api.py
@@ -28,7 +28,7 @@
28
import requests
29
import platform
30
31
-_BINDING_VERSION = '1.9.0'
+_BINDING_VERSION = '1.12.1'
32
_GZIP_BYTEARRAY = bytearray([0x1F, 0x8b, 0x08])
33
34
_ISPY3 = sys.version_info[0] == 3
0 commit comments