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 5555# built documents.
5656#
5757# The short X.Y version.
58- version = '1.8.2 '
58+ version = '1.9.0 '
5959# The full version, including alpha/beta/rc tags.
60- release = '1.8.2 '
60+ release = '1.9.0 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change 1212limitations under the License.
1313"""
1414
15- __version__ = '1.8.2 '
15+ __version__ = '1.9.0 '
Original file line number Diff line number Diff line change 2828import requests
2929import platform
3030
31- _BINDING_VERSION = '1.8.2 '
31+ _BINDING_VERSION = '1.9.0 '
3232_GZIP_BYTEARRAY = bytearray ([0x1F , 0x8b , 0x08 ])
3333
3434_ISPY3 = sys .version_info [0 ] == 3
You can’t perform that action at this time.
0 commit comments