File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
55
# built documents.
56
56
#
57
57
# The short X.Y version.
58
- version = '1.14.3 '
58
+ version = '1.14.4 '
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '1.14.3 '
60
+ release = '1.14.4 '
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
Original file line number Diff line number Diff line change 12
12
limitations under the License.
13
13
"""
14
14
15
- __version__ = '1.14.3 '
15
+ __version__ = '1.14.4 '
Original file line number Diff line number Diff line change 28
28
import requests
29
29
import platform
30
30
31
- _BINDING_VERSION = '1.14.3 '
31
+ _BINDING_VERSION = '1.14.4 '
32
32
_GZIP_BYTEARRAY = bytearray ([0x1F , 0x8b , 0x08 ])
33
33
34
34
_ISPY3 = sys .version_info [0 ] == 3
You can’t perform that action at this time.
0 commit comments