Skip to content

Commit

Permalink
bump to 3.14.9; update dlkit and fix compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cjshaw committed May 11, 2017
1 parent 4b96910 commit d575f54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.14.9] - 2017-05-11:
### Fixed
- Update `dlkit` to fix bug with `None` text.
- Account for `None` feedback text.
- Enforce typing for `add_asset()` method.

## [3.14.8] - 2017-05-08:
### Changed
- Update `spec` file with hidden `dlkit` imports
Expand Down Expand Up @@ -302,6 +308,7 @@
- Add endpoints for creating asset contents.
- Improve unicode / hindi support

[3.14.9]: https://github.com/CLIxIndia-Dev/qbank-lite/compare/v3.14.8...v3.14.9
[3.14.8]: https://github.com/CLIxIndia-Dev/qbank-lite/compare/v3.14.7...v3.14.8
[3.14.7]: https://github.com/CLIxIndia-Dev/qbank-lite/compare/v3.14.6...v3.14.7
[3.14.6]: https://github.com/CLIxIndia-Dev/qbank-lite/compare/v3.14.5...v3.14.6
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.14.8'
return '3.14.9'


class video_test:
Expand Down

0 comments on commit d575f54

Please sign in to comment.