From 42003aafd476751842b7fdeb264d3a4371eafdf5 Mon Sep 17 00:00:00 2001 From: Pan Luo Date: Thu, 7 Jan 2016 15:45:45 -0800 Subject: [PATCH] Bump to version 0.5.0 --- README.md | 7 ++++--- setup.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e06672..28b2141 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,10 @@ Single test: 2. Updated UX and accessibility based on feedbacks from EdX 3. Added serialisation support for course export 4. Added EdX analytic event -5. Disabled student empty rationale submission -6. Fixed a bug where a 500 error is generated when removing an option from list under certain condition -7. Fixed a bug where the responses are missing after going to a different page +5. Added participation score support +6. Disabled student empty rationale submission +7. Fixed a bug where a 500 error is generated when removing an option from list under certain condition +8. Fixed a bug where the responses are missing after going to a different page ### [0.4.0](https://github.com/ubc/ubcpi/issues?q=milestone%3A0.4+is%3Aclosed) 1. Added unit and acceptance tests with 100% coverage diff --git a/setup.py b/setup.py index 13fbd6c..f911a54 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def readme(): setup( name='ubcpi-xblock', - version='0.5.0rc1', + version='0.5.0', description='UBC Peer Instruction XBlock', long_description=readme(), license='Affero GNU General Public License v3 (GPLv3)',