Skip to content

Commit

Permalink
Merge pull request #44 from openedx/bmtcril/bump_version
Browse files Browse the repository at this point in the history
Bump version to 0.8.0
  • Loading branch information
Cristhian Garcia authored May 6, 2024
2 parents d47303c + f96e27b commit 032fb6d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ Change Log
Unreleased
**********

*
0.8.0 - 2024-05-06
******************

Added
=====

* Added tags to xblocks in course dump


0.7.4 - 2024-04-30
******************
Expand Down
2 changes: 1 addition & 1 deletion platform_plugin_aspects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
import os
from pathlib import Path

__version__ = "0.7.4"
__version__ = "0.8.0"

ROOT_DIRECTORY = Path(os.path.dirname(os.path.abspath(__file__)))

0 comments on commit 032fb6d

Please sign in to comment.