Skip to content

Commit

Permalink
bump to 3.18.1; fix regex for URLs and trailing slash with IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
coleshaw committed Mar 28, 2018
1 parent 75a13c5 commit 311ec1e
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.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.
Expand Down Expand Up @@ -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
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.18.0'
return '3.18.1'


class video_test:
Expand Down

0 comments on commit 311ec1e

Please sign in to comment.