Skip to content

Commit

Permalink
Bump version number and update docs/history.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanistheone committed Mar 7, 2018
1 parent f75986a commit 294de49
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ History
=======


0.6.15 (2018-03-06)
-------------------
* Added support for non-mp4 video files, with auto-conversion using ffmpeg. See ``git diff b1d15fa 87f2528``
* Added CSV exercises workflow support to ``LineCook`` chef class
* Added --nomonitor CLI argument to disable sushibar functionality
* Defined new ENV variables:
* PHANTOMJS_PATH: set this to a phantomjs binary (instead of assuming one in node_modules)
* STUDIO_URL (alias CONTENTWORKSHOP_URL): set to URL of Kolibri Studio server where to upload files
* Various fixes to support sushi chefs
* Removed ``minimize_html_css_js`` utility function from ``ricecooker/utils/html.py``
to remove dependency on ``css_html_js_minify`` and support Py3.4 fully.


0.6.9 (2017-11-14)
------------------
* Changed default logging level to --verbose
Expand All @@ -13,7 +26,6 @@ History
(zip archive that contains files in a folder hierarchy + Channel.csv + Content.csv)



0.6.7 (2017-10-04)
------------------
* Sibling content nodes are now required to have unique source_id
Expand Down
2 changes: 1 addition & 1 deletion ricecooker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Learning Equality'
__email__ = '[email protected]'
__version__ = '0.6.13'
__version__ = '0.6.15'


import sys
Expand Down

0 comments on commit 294de49

Please sign in to comment.