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.0 '
58+ version = '1.8.1 '
5959# The full version, including alpha/beta/rc tags.
60- release = '1.8.0 '
60+ release = '1.8.1 '
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.0 '
15+ __version__ = '1.8.1 '
Original file line number Diff line number Diff line change 2727import warnings
2828import requests
2929
30- _BINDING_VERSION = '1.8.0 '
30+ _BINDING_VERSION = '1.8.1 '
3131_GZIP_BYTEARRAY = bytearray ([0x1F , 0x8b , 0x08 ])
3232
3333_ISPY3 = sys .version_info [0 ] == 3
You can’t perform that action at this time.
0 commit comments