Skip to content

Commit

Permalink
WIP prepare for v1.0.0 upgrade
Browse files Browse the repository at this point in the history
- revise README file
- update version in setup.py
  • Loading branch information
kitsook committed Jan 14, 2020
1 parent c40c514 commit a3d195c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -68,8 +68,17 @@ Single test:

node_modules/protractor/bin/protractor protractor.conf.js --browser chrome --specs=ubcpi/static/js/features/cms.feature

## Deploy UBCPI to upstream edx

In order for the upstream edx to include a new version of UBCPI, modify the file [main.yml](https://github.com/edx/configuration/tree/master/playbooks/roles/edxapp/defaults) and submit a pull request to that repository.

## Changelog

### [1.0.0](https://github.com/ubc/ubcpi/issues?q=milestone%3A1.0+is%3Aclosed)
1. Revised UI to improve visual consistency.
2. Fixed issues with deleting learner state.
3. Added function to allow students to fresh rationales shown.

### [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.
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.5',
version='1.0.0',
description='UBC Peer Instruction XBlock',
long_description=readme(),
license='Affero GNU General Public License v3 (GPLv3)',
Expand Down

0 comments on commit a3d195c

Please sign in to comment.