Skip to content

Commit

Permalink
bump to 3.14.8; update pyinstaller; update pyinstaller spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
cjshaw committed May 8, 2017
1 parent de20afc commit f392b4c
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.8] - 2017-05-08:
### Changed
- Update `spec` file with hidden `dlkit` imports
for `pyinstaller`.
- Update `pyinstaller` to `3.2.1`.

## [3.14.7] - 2017-05-08:
### Changed
- Update `dlkit` from `0.3.3` to `0.3.6`.
Expand Down Expand Up @@ -296,6 +302,7 @@
- Add endpoints for creating asset contents.
- Improve unicode / hindi support

[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
[3.14.5]: https://github.com/CLIxIndia-Dev/qbank-lite/compare/v3.14.4...v3.14.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.14.7'
return '3.14.8'


class video_test:
Expand Down

0 comments on commit f392b4c

Please sign in to comment.