Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove dependencies in docs #16

Merged
merged 2 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ Unreleased

*

0.2.4 - 2024-05-02
**********************************************

Changed
=======

* Remove dependencies section in the README.

0.2.3 - 2024-05-02
**********************************************

Expand Down
14 changes: 0 additions & 14 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,6 @@ Government - 2024.
.. _Open Response Assessment (ORA): https://github.com/openedx/edx-ora2


Dependencies
************

This plugin depends the next libraries. Currently, the versions that are
compatible with this plugin are the next:

- Open edX Events with `these commits <https://github.com/openedx/openedx-events/compare/main...eduNEXT:openedx-events:9.4.0/edues>`__
- Open edX Filters with `these commits <https://github.com/openedx/openedx-filters/compare/main...eduNEXT:openedx-filters:1.6.0/edues>`__
- ORA2 XBlock with `these commits <https://github.com/openedx/edx-ora2/compare/master...eduNEXT:edx-ora2:6.0.31/edues>`__

The dependecies with these commits are temporary. We are working
to include these changes in master.


Getting Started
***************

Expand Down
2 changes: 1 addition & 1 deletion platform_plugin_turnitin/__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.2.3"
__version__ = "0.2.4"

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