Skip to content

Commit

Permalink
Merge pull request #419 from openedx/fmo/release_v700
Browse files Browse the repository at this point in the history
chore: bumping the version for release
  • Loading branch information
felipemontoya authored Sep 23, 2024
2 parents 8014386 + b3f4fdc commit 02ae699
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Change Log
Unreleased
~~~~~~~~~~

[v7.0.0] - 2024-09-23
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Added
_____

Expand Down
2 changes: 1 addition & 1 deletion organizations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
edx-organizations app initialization module
"""
__version__ = '6.13.0' # pragma: no cover
__version__ = '7.0.0' # pragma: no cover

0 comments on commit 02ae699

Please sign in to comment.