Skip to content

Commit ae0df59

Browse files
authored
Bump to v0.11.0 (#741)
* bump to v0.11.0rc0 * bump to v0.11.0 * Update smoketest app with security policy (see: #723)
1 parent d4afb8f commit ae0df59

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

mesop/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Contains the version string."""
22

3-
VERSION = "0.10.0"
3+
VERSION = "0.11.0"
44

55
if __name__ == "__main__":
66
print(VERSION)

scripts/smoketest_app/simple_slot_app.py

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
@me.page(
1010
path="/simple_slot_app",
11+
security_policy=me.SecurityPolicy(
12+
allowed_script_srcs=[
13+
"https://cdn.jsdelivr.net",
14+
]
15+
),
1116
)
1217
def page():
1318
with outer_component(

0 commit comments

Comments
 (0)