From 4ee35208759ce7a27f0617b14f433a78e019d380 Mon Sep 17 00:00:00 2001 From: Pan Luo Date: Mon, 22 Feb 2016 13:26:54 -0800 Subject: [PATCH] Bump to version 0.5.1 --- README.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28b2141..d99a412 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,12 @@ Single test: node_modules/protractor/bin/protractor protractor.conf.js --browser chrome --specs=ubcpi/static/js/features/cms.feature ## Changelog +### [0.5.1](https://github.com/ubc/ubcpi/issues?q=milestone%3A0.5.1+is%3Aclosed) +1. Changed the "Question" title to "Peer Instruction Question" +2. Changed the answer icon from fa-users to fa-user and the dot at the last step +3. Modified the ‘Explain your selection’ instruction to remind them that the intended readers are other students +4. Added question text at the end of the process + ### [0.5.0](https://github.com/ubc/ubcpi/issues?q=milestone%3A0.5.0+is%3Aclosed) 1. Updated UX based on feedbacks from the student usability testing 2. Updated UX and accessibility based on feedbacks from EdX diff --git a/setup.py b/setup.py index f911a54..2ff0993 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def readme(): setup( name='ubcpi-xblock', - version='0.5.0', + version='0.5.1', description='UBC Peer Instruction XBlock', long_description=readme(), license='Affero GNU General Public License v3 (GPLv3)',