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

This commit is contained in:
Overhang.IO 2023-11-22 04:50:26 +00:00
commit 685d410cc2
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.12",
],
)
)

View File

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

View File

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