learningequality / ka-lite

KA Lite: lightweight web server for serving core Khan Academy content (videos and exercises) without needing internet connectivity
https://learningequality.org/ka-lite/
Other
458 stars 305 forks source link

Bump to 0.17.2rc2 #5493

Closed benjaoming closed 7 years ago

benjaoming commented 7 years ago

WARNING! Merging this, merges and closes all PRs contained in this PR, and they may have a separate review process and amendments following. So don't merge this PR!! :)

New release, manually brewing the distributions:

Known issues

See release notes: http://ka-lite.readthedocs.io/en/develop/installguide/release_notes.html

Included PRs

Current 0.17.x branch

Installer links

PyPi

pip install ka-lite --pre

or

pip install ka-lite-static --pre  # bundled dependencies
codecov[bot] commented 7 years ago

Codecov Report

Merging #5493 into 0.17.x will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           0.17.x    #5493   +/-   ##
=======================================
  Coverage   62.95%   62.95%           
=======================================
  Files         118      118           
  Lines        6582     6582           
=======================================
  Hits         4144     4144           
  Misses       2438     2438
Impacted Files Coverage Δ
kalite/distributed/views.py 78.65% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 02f9ae2...fb3cc70. Read the comment docs.

benjaoming commented 7 years ago

As an exception to previous practice, this PR will be merged, effectively bumping the version in the 0.17.x branch to 0.17.2rc2, which should be okay to track since it's consistent with our pre-releases anyways.