From 7b6de03f93f3a4a8af4b92dfde7c69eeaf21f46e Mon Sep 17 00:00:00 2001 From: Clarence Ho Date: Fri, 18 Jan 2019 15:55:20 -0800 Subject: [PATCH] Bump version to 0.6.5 --- README.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a77ebd..cdcd9d3 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/setup.py b/setup.py index 4deb5a7..c5e362e 100644 --- a/setup.py +++ b/setup.py @@ -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)',