diff --git a/RELEASE.rst b/RELEASE.rst index 752d368f..8bf96366 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,11 @@ Release Notes ============= +Version 0.23.1 +-------------- + +- fix: use block_id in place of name attribute (#350) + Version 0.23.0 (Released September 15, 2023) -------------- diff --git a/edx_sga/__init__.py b/edx_sga/__init__.py index 6c01ec42..089a7c4e 100644 --- a/edx_sga/__init__.py +++ b/edx_sga/__init__.py @@ -2,4 +2,4 @@ Module for StaffGradedAssignmentXBlock. """ -__version__ = "0.23.0" +__version__ = "0.23.1"