diff --git a/CHANGENOTES.md b/CHANGENOTES.md index 0bd6af9..2ac9154 100644 --- a/CHANGENOTES.md +++ b/CHANGENOTES.md @@ -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). @@ -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 diff --git a/main.py b/main.py index 8db18e7..6cb1dbb 100644 --- a/main.py +++ b/main.py @@ -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: