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
456 stars 306 forks source link

Bump to 0.17.4b2 #5548

Closed benjaoming closed 6 years ago

benjaoming commented 6 years ago

NEW PRE-RELEASE FLOW

This PR will be merged and the release branch will be updated with new version numbers and tags. This means that we can track what has been released and use git describe. It will be used for automated Buildkite scripts in future PRs. @mrpau-eugene FYI :)

Builds

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 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           0.17.x    #5548   +/-   ##
=======================================
  Coverage   66.57%   66.57%           
=======================================
  Files         117      117           
  Lines        6642     6642           
=======================================
  Hits         4422     4422           
  Misses       2220     2220
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 25c954e...7b94591. Read the comment docs.

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           0.17.x    #5548   +/-   ##
=======================================
  Coverage   66.57%   66.57%           
=======================================
  Files         117      117           
  Lines        6642     6642           
=======================================
  Hits         4422     4422           
  Misses       2220     2220
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 25c954e...7b94591. Read the comment docs.

benjaoming commented 6 years ago

Since this is now on PyPi and in the proposed PPA, I'm merging this PR -- and making tags etc.