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

Commit

Permalink
Bump to version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Jan 7, 2016
1 parent 9ab1d04 commit 42003aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ Single test:
2. Updated UX and accessibility based on feedbacks from EdX
3. Added serialisation support for course export
4. Added EdX analytic event
5. Disabled student empty rationale submission
6. Fixed a bug where a 500 error is generated when removing an option from list under certain condition
7. Fixed a bug where the responses are missing after going to a different page
5. Added participation score support
6. Disabled student empty rationale submission
7. Fixed a bug where a 500 error is generated when removing an option from list under certain condition
8. Fixed a bug where the responses are missing after going to a different page

### [0.4.0](https://github.com/ubc/ubcpi/issues?q=milestone%3A0.4+is%3Aclosed)
1. Added unit and acceptance tests with 100% coverage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def readme():

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

0 comments on commit 42003aa

Please sign in to comment.