Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 4ee3520

Browse files
committed
Bump to version 0.5.1
1 parent 604bc7d commit 4ee3520

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ Single test:
5757
node_modules/protractor/bin/protractor protractor.conf.js --browser chrome --specs=ubcpi/static/js/features/cms.feature
5858

5959
## Changelog
60+
### [0.5.1](https://github.com/ubc/ubcpi/issues?q=milestone%3A0.5.1+is%3Aclosed)
61+
1. Changed the "Question" title to "Peer Instruction Question"
62+
2. Changed the answer icon from fa-users to fa-user and the dot at the last step
63+
3. Modified the ‘Explain your selection’ instruction to remind them that the intended readers are other students
64+
4. Added question text at the end of the process
65+
6066
### [0.5.0](https://github.com/ubc/ubcpi/issues?q=milestone%3A0.5.0+is%3Aclosed)
6167
1. Updated UX based on feedbacks from the student usability testing
6268
2. Updated UX and accessibility based on feedbacks from EdX

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def readme():
3131

3232
setup(
3333
name='ubcpi-xblock',
34-
version='0.5.0',
34+
version='0.5.1',
3535
description='UBC Peer Instruction XBlock',
3636
long_description=readme(),
3737
license='Affero GNU General Public License v3 (GPLv3)',

0 commit comments

Comments
 (0)