From ef276ae380b552c73accde2df72e620adaed9811 Mon Sep 17 00:00:00 2001 From: Doof Date: Fri, 26 Jan 2024 11:59:43 +0000 Subject: [PATCH] Release 0.23.1 --- RELEASE.rst | 5 +++++ edx_sga/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"