Skip to content

Commit

Permalink
chore: bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed May 27, 2024
1 parent 6c380b1 commit d990fdd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,22 @@ Unreleased

*

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

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
**********************************************

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.4.4"
__version__ = "0.5.1"

0 comments on commit d990fdd

Please sign in to comment.