Skip to content

Commit

Permalink
Merge pull request #469 from edx/diana/add-ora2
Browse files Browse the repository at this point in the history
feat: Add ora2 to the list of edx-platform installed apps.
  • Loading branch information
dianakhuang committed Oct 10, 2023
2 parents 3b9ec0f + be1ee67 commit 1cc25f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Unreleased
* Add script to get github action errors
* Add script to republish failed events

[2.1.0] - 2023-10-10
~~~~~~~~~~~~~~~~~~~~

* Add ORA2 to our code owner mapping script.

[2.0.0] - 2023-06-01
~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion edx_arch_experiments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
A plugin to include applications under development by the architecture team at 2U.
"""

__version__ = '2.0.0'
__version__ = '2.1.0'
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
'learning_assistant': 'https://github.com/edx/learning-assistant',
'lti_consumer': 'https://github.com/openedx/xblock-lti-consumer',
'notices': 'https://github.com/edx/platform-plugin-notices',
'ora2': 'https://github.com/openedx/edx-ora2',
'organizations': 'https://github.com/openedx/edx-organizations',
'search': 'https://github.com/openedx/edx-search',
'super_csv': 'https://github.com/openedx/super-csv',
Expand Down

0 comments on commit 1cc25f5

Please sign in to comment.