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 3f08292 commit 89da78cCopy full SHA for 89da78c
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/api', None),
+ 'awscrt': ('https://awslabs.github.io/aws-crt-python', 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.14',
+ 'awscrt==0.14.0',
44
45
python_requires='>=3.6',
46
)
0 commit comments