Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.
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
13 changes: 13 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
.. image:: https://img.shields.io/badge/status-deprecated-red
:alt: Status

###########
Move
###########

**This repository is no longer maintained.**

The FeedbackXBlock has been moved to `xblocks-extra <https://github.com/openedx/xblocks-extra>`_.

Please use the new repository for all future work.

##############
FeedbackXBlock
##############
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def package_data(pkg, roots):

setup(
name='feedback-xblock',
version='3.0.0',
version='3.0.1',
description='XBlock for providing feedback on course content',
long_description=README,
long_description_content_type='text/x-rst',
Expand Down
Loading