From ecfb0bf859989ec2df06639d4e443071b044e292 Mon Sep 17 00:00:00 2001 From: Moncef Abboud Date: Wed, 21 Feb 2024 12:11:11 +0100 Subject: [PATCH] chore: version bump --- CHANGELOG.rst | 6 ++++++ section_to_course/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8cd6002..245058e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,12 @@ Change Log Unreleased ********** +[0.4.3] - 2024-02-21 +******************** +Fixed +======= +* Compatibility of ``compat`` imports with post Quince releases. + [0.4.2] - 2023-11-15 ******************** diff --git a/section_to_course/__init__.py b/section_to_course/__init__.py index 1bbec56..7d2ecdb 100644 --- a/section_to_course/__init__.py +++ b/section_to_course/__init__.py @@ -2,4 +2,4 @@ Factors sections from Open edX courses into their own new course. """ -__version__ = '0.4.2' +__version__ = '0.4.3'