From a3b8eccd9358eb918a03f3534cc00819a2d0fe7a Mon Sep 17 00:00:00 2001 From: Doof Date: Mon, 29 Apr 2024 08:07:29 +0000 Subject: [PATCH] Release 0.25.0 --- RELEASE.rst | 5 +++++ edx_sga/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 08b49a95..14e3268c 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,11 @@ Release Notes ============= +Version 0.25.0 +-------------- + +- Python312 upgrade (#357) + Version 0.24.1 (Released April 01, 2024) -------------- diff --git a/edx_sga/__init__.py b/edx_sga/__init__.py index 0dd37c95..62486110 100644 --- a/edx_sga/__init__.py +++ b/edx_sga/__init__.py @@ -2,4 +2,4 @@ Module for StaffGradedAssignmentXBlock. """ -__version__ = "0.24.1" +__version__ = "0.25.0"