Skip to content

Commit

Permalink
chore: bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Aug 30, 2024
1 parent c0295de commit 994e2ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ Unreleased

*

0.5.2 - 2024-08-30
**********************************************

Fixed
=====

* Move contentstore backend imports into the specific methods
to avoid runtime errors.

0.5.1 - 2024-05-27
**********************************************

Expand Down
2 changes: 1 addition & 1 deletion imagesgallery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Init for the ImagesGalleryXBlock package.
"""

__version__ = "0.5.1"
__version__ = "0.5.2"

0 comments on commit 994e2ed

Please sign in to comment.