Skip to content

Commit d686992

Browse files
author
Chris Park
committed
Version 1.8.2
1 parent a1c7a22 commit d686992

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.8.1'
58+
version = '1.8.2'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '1.8.1'
60+
release = '1.8.2'
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.8.1'
15+
__version__ = '1.8.2'

rosette/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import warnings
2828
import requests
2929

30-
_BINDING_VERSION = '1.8.1'
30+
_BINDING_VERSION = '1.8.2'
3131
_GZIP_BYTEARRAY = bytearray([0x1F, 0x8b, 0x08])
3232

3333
_ISPY3 = sys.version_info[0] == 3

0 commit comments

Comments
 (0)