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'