Skip to content

Commit

Permalink
Bump version to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsook committed Jan 18, 2019
1 parent bf99237 commit 7b6de03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -70,6 +70,12 @@ Single test:

## Changelog

### [0.6.5](https://github.com/ubc/ubcpi/issues?q=milestone%3A0.6.5+is%3Aclosed)
1. Added logging of rationales seen by the learner when submitting final answer.
2. Fixed issue with selecting answers when there are multiple ubcpi xblocks in the same unit.
3. Fixed issue with anchoring the page after submission when there are multiple units with ubcpi xblocks in the same subsection.
4. Fixed issue with Step 1 answer disappearing after switching to other units and back.

### [0.6.4](https://github.com/ubc/ubcpi/issues?q=milestone%3A0.6.4+is%3Aclosed)
1. Fixed broken buttons in Studio view.
2. Fixed bug with certain strings not being exported for translation.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@ def readme():

setup(
name='ubcpi-xblock',
version='0.6.4',
version='0.6.5',
description='UBC Peer Instruction XBlock',
long_description=readme(),
license='Affero GNU General Public License v3 (GPLv3)',
Expand Down

0 comments on commit 7b6de03

Please sign in to comment.