From 311ec1e929cfd24f32664d88a439d4b7f45fbd01 Mon Sep 17 00:00:00 2001 From: cjshaw <4930129+cjshawMIT@users.noreply.github.com> Date: Wed, 28 Mar 2018 12:18:04 -0400 Subject: [PATCH] bump to 3.18.1; fix regex for URLs and trailing slash with IDs --- CHANGENOTES.md | 5 +++++ main.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGENOTES.md b/CHANGENOTES.md index 2ac9154..faed930 100644 --- a/CHANGENOTES.md +++ b/CHANGENOTES.md @@ -1,3 +1,7 @@ +## [3.18.1] - 2018-03-28: +### Fixed + - regex for URLs accounts for trailing slash in IDs. + ## [3.18.0] - 2018-03-27: ### Added - Support for bank-wide `AssessmentOffered` endpoint. @@ -410,6 +414,7 @@ - Add endpoints for creating asset contents. - Improve unicode / hindi support +[3.18.1]: https://github.com/CLIxIndia-Dev/qbank-lite/compare/v3.18.0...v3.18.1 [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 diff --git a/main.py b/main.py index 6cb1dbb..1ad8b41 100644 --- a/main.py +++ b/main.py @@ -53,7 +53,7 @@ def GET(self, path=None): class version: def GET(self): - return '3.18.0' + return '3.18.1' class video_test: