diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f3e3d36..14e9e5c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,7 +16,7 @@ Unreleased * -0.4.4 - 2024-05-27 +0.5.1 - 2024-05-27 ********************************************** Changed @@ -24,6 +24,14 @@ Changed * Add backends for edx-platform imports +0.5.0 - 2024-01-29 +********************************************** + +Changed +======= + +* Use urllib constraint as in edx-platform + 0.4.3 - 2023-11-27 ********************************************** diff --git a/imagesgallery/__init__.py b/imagesgallery/__init__.py index 5021dc3..e7ac0c0 100644 --- a/imagesgallery/__init__.py +++ b/imagesgallery/__init__.py @@ -2,4 +2,4 @@ Init for the ImagesGalleryXBlock package. """ -__version__ = "0.4.4" +__version__ = "0.5.1"