-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add support for XBlock 2.0 in a backwards compatible way. The location of fragments code has moved so import from the new location and fall back to the old one. --------- Co-authored-by: Feanil Patel <[email protected]>
- Loading branch information
1 parent
2e95eb3
commit 06014da
Showing
2 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from .acid import AcidBlock, AcidParentBlock, AcidAside | ||
|
||
__version__ = '0.2.1' | ||
__version__ = '0.3.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters