From 4715decdafd7a26bd05d548123bb44a09268a2ae Mon Sep 17 00:00:00 2001 From: Peter Pinch Date: Thu, 12 Feb 2015 16:28:30 -0500 Subject: [PATCH] Bumping version to 0.5.0 --- RELEASE.rst | 17 +++++++++-------- setup.py | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/RELEASE.rst b/RELEASE.rst index 2d7f7f55..f75f0a75 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,27 +1,28 @@ -SGA 0.4.0 Release Notes +SGA 0.5.0 Release Notes ======================= Migrations ---------- -0.4.0 uses the edX Submissions API to submit grades. If you are upgrading from an -earlier version and you have student submissions and grades that need to be migrated, +0.5.0 uses the edX Submissions API to submit grades. If you are upgrading from an +version before 0.4.0 and you have student submissions and grades that need to be migrated, you should run the migration script. .. code-block:: bash python manage.py lms --settings=aws sga_migrate_submissions DevOps/0.001/2015_Summer + +NOTE: After applying this update, you may need to change max_score on SGA +problems to an integer. Additions --------- -- Now supports basic workflow. Instructors must approve grades submitted by course staff. +- Validates max_score and grades to ensure they are non-negative integers +- Works with split mongo - Added Staff Debug Fixes ----- -- Grades are validated on submission (`#19 `_) -- No longer requires students to re-visit SGA problems in order to record - grades (`#34 `_) - +no fixes in this release diff --git a/setup.py b/setup.py index 4f3c2be8..e513a9ce 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def package_data(pkg, root_list): setup( name='edx-sga', - version='0.4.0', + version='0.5.0', description='edx-sga Staff Graded Assignment XBlock', license='Affero GNU General Public License v3 (GPLv3)', url="https://github.com/mitodl/edx-sga",