From cb21b55ceac44b0a930ed703757420cff712eaf3 Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Tue, 13 Sep 2022 10:10:57 -0400 Subject: [PATCH] build: bump version to 0.5.2 (#241) Release notes: * fix: not found error while loading file from media storage (by @ziafazal from Edly) * Python dependency upgrades (by 2U) Full change set: https://github.com/openedx/xblock-sdk/compare/v0.5.1...v0.5.2 --- workbench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench/__init__.py b/workbench/__init__.py index b692b2cf..4a13919b 100644 --- a/workbench/__init__.py +++ b/workbench/__init__.py @@ -2,4 +2,4 @@ Provide a djangoapp for XBlock development """ -__version__ = '0.5.1' +__version__ = '0.5.2'