diff --git a/README.rst b/README.rst index c7eb5b0..232bdb8 100644 --- a/README.rst +++ b/README.rst @@ -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 `_. + +Please use the new repository for all future work. + ############## FeedbackXBlock ############## diff --git a/setup.py b/setup.py index 7fbf66a..5b2ffc5 100644 --- a/setup.py +++ b/setup.py @@ -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',