From c161fbe54aef3a859ea1b308b90348ff9b1c7c06 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 25 Aug 2019 00:21:03 -0400 Subject: [PATCH] resources: bump mathjax version to 2.7.6 There is actually no real consequential change here, because the update is a trivial bugfix that doesn't affect calibre's use, but let's do it anyway because it is both simple and harmless. --- setup/mathjax.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/mathjax.py b/setup/mathjax.py index 9de1bceb53..999cb3cbea 100644 --- a/setup/mathjax.py +++ b/setup/mathjax.py @@ -19,7 +19,7 @@ from setup import Command, download_securely class MathJax(Command): description = 'Create the MathJax bundle' - MATH_JAX_VERSION = '2.7.5' + MATH_JAX_VERSION = '2.7.6' MATH_JAX_URL = 'https://github.com/mathjax/MathJax/archive/%s.zip' % MATH_JAX_VERSION FONT_FAMILY = 'TeX'