Merge remote-tracking branch 'origin/master' into nightly

This commit is contained in:
Overhang.IO 2023-11-22 05:21:38 +00:00
commit 3f65b12513
3 changed files with 3 additions and 3 deletions

View File

@ -55,4 +55,4 @@ setup(
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
], ],
) )

View File

@ -1 +1,2 @@
__version__ = "16.0.3" __version__ = "16.0.3"

View File

@ -1 +0,0 @@
CORS_ORIGIN_WHITELIST.append("{% if ENABLE_HTTPS %}https://{% else %}http://{% endif %}{{ CAIRN_HOST }}")