Skip to content

Commit

Permalink
bump to 3.18.0; bank-wide AssessmentOffered endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
coleshaw committed Mar 27, 2018
1 parent 3352c5f commit c01cd88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.18.0] - 2018-03-27:
### Added
- Support for bank-wide `AssessmentOffered` endpoint.

## [3.17.0] - 2018-03-23:
### Added
- Support for `AssessmentTaken` provenance (`dlkit` 0.6.9).
Expand Down Expand Up @@ -406,6 +410,7 @@
- Add endpoints for creating asset contents.
- Improve unicode / hindi support

[3.18.0]: https://github.com/CLIxIndia-Dev/qbank-lite/compare/v3.17.0...v3.18.0
[3.17.0]: https://github.com/CLIxIndia-Dev/qbank-lite/compare/v3.16.5...v3.17.0
[3.16.5]: https://github.com/CLIxIndia-Dev/qbank-lite/compare/v3.16.4...v3.16.5
[3.16.4]: https://github.com/CLIxIndia-Dev/qbank-lite/compare/v3.16.3...v3.16.4
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def GET(self, path=None):

class version:
def GET(self):
return '3.17.0'
return '3.18.0'


class video_test:
Expand Down

0 comments on commit c01cd88

Please sign in to comment.