Skip to content

Commit

Permalink
publish version 0.20.34
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Sep 9, 2024
1 parent cf63ca0 commit c9a02fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hypha/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.20.34.pre3"
"version": "0.20.34"
}
2 changes: 1 addition & 1 deletion hypha/core/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ async def upgrade(self):
workspaces = await self.get_all_workspace()
logger.info("Upgrading workspace bookmarks for version < 0.20.34")
for workspace in workspaces:
workspace.config["bookmarks"] = workspace.config.get("bookmarks") or {}
workspace.config["bookmarks"] = workspace.config.get("bookmarks") or []
for bookmark in workspace.config["bookmarks"]:
if "type" in bookmark:
bookmark_type = bookmark["type"]
Expand Down

0 comments on commit c9a02fd

Please sign in to comment.