Skip to content

Commit

Permalink
feat: make publish_from_drafts public (#244)
Browse files Browse the repository at this point in the history
feat: make publish_from_drafts public (version to 0.16.1)

This function is needed for publishing single components and is
specifically required for openedx/frontend-app-authoring#1353.
  • Loading branch information
DanielVZ96 authored Oct 17, 2024
1 parent cdb2e3d commit deaeaa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openedx_learning/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""
Open edX Learning ("Learning Core").
"""
__version__ = "0.16.0"

__version__ = "0.16.1"
1 change: 1 addition & 0 deletions openedx_learning/apps/authoring/publishing/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"get_entities_with_unpublished_changes",
"get_entities_with_unpublished_deletes",
"publish_all_drafts",
"publish_from_drafts",
"get_draft_version",
"get_published_version",
"set_draft_version",
Expand Down

0 comments on commit deaeaa8

Please sign in to comment.