Skip to content

Commit

Permalink
Bump to v0.11.0 (#741)
Browse files Browse the repository at this point in the history
* bump to v0.11.0rc0
* bump to v0.11.0
* Update smoketest app with security policy (see: #723)
  • Loading branch information
wwwillchen authored Aug 5, 2024
1 parent d4afb8f commit ae0df59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mesop/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Contains the version string."""

VERSION = "0.10.0"
VERSION = "0.11.0"

if __name__ == "__main__":
print(VERSION)
5 changes: 5 additions & 0 deletions scripts/smoketest_app/simple_slot_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

@me.page(
path="/simple_slot_app",
security_policy=me.SecurityPolicy(
allowed_script_srcs=[
"https://cdn.jsdelivr.net",
]
),
)
def page():
with outer_component(
Expand Down

0 comments on commit ae0df59

Please sign in to comment.