Skip to content

Commit

Permalink
chore: add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Oct 17, 2023
1 parent 1581278 commit 70c5189
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Drag and Drop XBlock changelog
Unreleased
---------------------------

Version 4.0.0 (2023-10-17)
---------------------------

* Removed xblock-utils package
* Replace xblockutils.* imports with xblock.utils.* imports
* Removed bok-choy package and its relevant test cases.
* Compatible edx-platform named release: Quince


Version 3.2.1 (2023-10-12)
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion drag_and_drop_v2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Drag and Drop v2 XBlock """
from .drag_and_drop_v2 import DragAndDropBlock

__version__ = "3.2.1"
__version__ = "4.0.0"
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@

django-statici18n
bleach[css]
XBlock[django]>=1.8.1
1 change: 0 additions & 1 deletion requirements/workbench.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ pypng
simplejson
web-fragments
webob
XBlock[django]

0 comments on commit 70c5189

Please sign in to comment.