We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af96e5d commit 78048e1Copy full SHA for 78048e1
docsrc/conf.py
@@ -47,7 +47,7 @@
47
# For cross-linking to types from other libraries
48
intersphinx_mapping = {
49
'python': ('https://docs.python.org/3', None),
50
- 'awscrt': ('https://awslabs.github.io/aws-crt-python', None),
+ 'awscrt': ('https://awslabs.github.io/aws-crt-python/api', None),
51
}
52
53
# -- Options for HTML output -------------------------------------------------
setup.py
@@ -40,7 +40,7 @@ def _load_version():
40
"Operating System :: OS Independent",
41
],
42
install_requires=[
43
- 'awscrt==0.13.13',
+ 'awscrt==0.13.14',
44
45
python_requires='>=3.6',
46
)
0 commit comments